Fix typo 'addresse' -> 'addresses'

This commit is contained in:
Tobin Harding 2021-06-01 18:54:26 +10:00
parent a5f978cb78
commit e733798af8
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607

View File

@ -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
{ {