Merge pull request #82 from mkcisse/patch-7

typo: walet -> wallet
This commit is contained in:
Shannon Appelcline 2020-01-22 13:04:48 -10:00 committed by GitHub
commit 4ff6b7e360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ The classic, and complex, way of spending funds sent to a multisignature address
## Find Your Funds ## Find Your Funds
To start with, you need to find your funds; your computer doesn't know to look for them, because they're not associated with any addresses in your walet. You can alert `bitcoind` to do so using the `importaddress` command: To start with, you need to find your funds; your computer doesn't know to look for them, because they're not associated with any addresses in your wallet. You can alert `bitcoind` to do so using the `importaddress` command:
``` ```
$ bitcoin-cli -named importaddress address=2NAGfA4nW6nrZkD5je8tSiAcYB9xL2xYMCz $ bitcoin-cli -named importaddress address=2NAGfA4nW6nrZkD5je8tSiAcYB9xL2xYMCz
``` ```