Skip to content

Commit e733798

Browse files
committed
Fix typo 'addresse' -> 'addresses'
1 parent a5f978c commit e733798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

07_3_Integrating_with_Hardware_Wallets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ $ bitcoin-cli -rpcwallet=ledger importmulti '[{"desc": "wpkh([9a1d520b/84h/1h/0h
190190
```
191191
(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.)
192192

193-
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!
193+
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!
194194
```
195195
$ bitcoin-cli -rpcwallet=ledger getaddressesbylabel "" | more
196196
{

0 commit comments

Comments
 (0)