mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Fix typo 'addresse' -> 'addresses'
This commit is contained in:
parent
a5f978cb78
commit
e733798af8
@ -190,7 +190,7 @@ $ bitcoin-cli -rpcwallet=ledger importmulti '[{"desc": "wpkh([9a1d520b/84h/1h/0h
|
|||||||
```
|
```
|
||||||
(Note that HWI helpfully output the derivation path with `h`s to show hardened derivations rather than `'`s, and calculated its checksum accordingly, so that we don't have to do massive quoting like we did in §3.5.)
|
(Note that HWI helpfully output the derivation path with `h`s to show hardened derivations rather than `'`s, and calculated its checksum accordingly, so that we don't have to do massive quoting like we did in §3.5.)
|
||||||
|
|
||||||
You _could_ now list all of the watch-only addresse that you received using the `getaddressesbylabel` command. All 1000 of the receive addresses are right there, in the `ledger` wallet!
|
You _could_ now list all of the watch-only addresses that you received using the `getaddressesbylabel` command. All 1000 of the receive addresses are right there, in the `ledger` wallet!
|
||||||
```
|
```
|
||||||
$ bitcoin-cli -rpcwallet=ledger getaddressesbylabel "" | more
|
$ bitcoin-cli -rpcwallet=ledger getaddressesbylabel "" | more
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user