bitcoinknots/bitcoin

createwallet RPC method: Various features unusable with positional params and bitcoin-cli

luke-jr opened this issue · 1 comments

bitcoin-cli has no way to omit positional params, but when creating a watch-only wallet, createwallet will error if passphrase is provided. This effectively prevents such commands from using the later parameters (avoid_reuse, descriptors, load_on_startup, and external_signer).

(n.b. all of those inaccessible params should really be an options Object when using positional parameters anyway; why does the interface suck? :/ )

wrong issue tracker