From cca20be8f152a3849ad05536a7f8f5e01553bfd1 Mon Sep 17 00:00:00 2001 From: Danny van Heumen Date: Fri, 28 Jun 2024 03:43:44 +0200 Subject: [PATCH] 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. --- doc/external-signer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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