From 42c164e556b0b75a69b55bba15c2e65df41236d1 Mon Sep 17 00:00:00 2001 From: Cedric Warny Date: Thu, 30 Jun 2022 16:44:42 -0400 Subject: [PATCH] added descriptors=false flag --- 07_3_Integrating_with_Hardware_Wallets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_3_Integrating_with_Hardware_Wallets.md b/07_3_Integrating_with_Hardware_Wallets.md index a6d9c22..4093ab4 100644 --- a/07_3_Integrating_with_Hardware_Wallets.md +++ b/07_3_Integrating_with_Hardware_Wallets.md @@ -130,7 +130,7 @@ You can watch for funds by importing addresses from your hardware wallet to your To use your hardware wallet with `bitcoin-cli`, you'll want to create a specific named wallet in Bitcoin Core, using the `createwallet` RPC, which is a command we haven't previously discussed. ``` -$ bitcoin-cli --named createwallet wallet_name="ledger" disable_private_keys="true" +$ bitcoin-cli --named createwallet wallet_name="ledger" disable_private_keys="true" descriptors="false" { "name": "ledger", "warning": ""