doc: external-signer, createwallet RPC call requires eight argument

The eight argument 'true' is necessary to invoke the external signer upon
creating the wallet. The parameter defaults to 'false' otherwise.
This commit is contained in:
Danny van Heumen 2024-06-28 03:43:44 +02:00
parent 55d663cb15
commit cca20be8f1

View file

@ -37,7 +37,7 @@ The master key fingerprint is used to identify a device.
Create a wallet, this automatically imports the public keys:
```sh
$ bitcoin-cli createwallet "hww" true true "" true true true
$ bitcoin-cli -named createwallet wallet_name="hww" disable_private_keys=true passphrase="" descriptors=true external_signer=true
```
### Verify an address