Fix minor typo

This commit is contained in:
Eric Martindale 2020-08-19 20:59:24 -04:00 committed by GitHub
parent fcfcf975a6
commit 6278614a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ $ bitcoin-cli deriveaddresses "pkh([d6043800/0'/0'/18']03efdee34c0009fd175f3b20b
```
You'll note it loops back to the address we started with (as it should).
## Import a Desciptor
## Import a Descriptor
But, the really important thing about a descriptor is that you can take it to another machine and import it. This is done with the `importmulti` RPC using the `desc` option:
```