diff --git a/doc/external-signer.md b/doc/external-signer.md index 1468e852ef6..5fe06a99d19 100644 --- a/doc/external-signer.md +++ b/doc/external-signer.md @@ -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