This commit is contained in:
cobratbq 2025-04-29 12:03:11 +02:00 committed by GitHub
commit d429d87d5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ The master key fingerprint is used to identify a device.
Create a wallet, this automatically imports the public keys: Create a wallet, this automatically imports the public keys:
```sh ```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 ### Verify an address