From 6278614a3e61464eb3a222921da39a623b742b71 Mon Sep 17 00:00:00 2001 From: Eric Martindale Date: Wed, 19 Aug 2020 20:59:24 -0400 Subject: [PATCH] Fix minor typo --- 03_5_Understanding_the_Descriptor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_5_Understanding_the_Descriptor.md b/03_5_Understanding_the_Descriptor.md index 7b11f68..62afa2a 100644 --- a/03_5_Understanding_the_Descriptor.md +++ b/03_5_Understanding_the_Descriptor.md @@ -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: ```