mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-13 11:35:20 +01:00
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:
parent
55d663cb15
commit
cca20be8f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue