Skip to content

Commit ad57c78

Browse files
authored
Merge pull request #585 from cwarny/cwarny/dev
added descriptors=false flag
2 parents cb02a57 + 42c164e commit ad57c78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

07_3_Integrating_with_Hardware_Wallets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ You can watch for funds by importing addresses from your hardware wallet to your
130130

131131
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.
132132
```
133-
$ bitcoin-cli --named createwallet wallet_name="ledger" disable_private_keys="true"
133+
$ bitcoin-cli --named createwallet wallet_name="ledger" disable_private_keys="true" descriptors="false"
134134
{
135135
"name": "ledger",
136136
"warning": ""

0 commit comments

Comments
 (0)