Skip to content

Commit 42c164e

Browse files
committed
added descriptors=false flag
1 parent 0b97a26 commit 42c164e

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)