From 9a683856e685dcfad1ffabecae70158a9f6b16d2 Mon Sep 17 00:00:00 2001 From: Joe Gesualdo Date: Wed, 29 Jun 2022 14:57:35 -0400 Subject: [PATCH] Update 06_2_Spending_a_Transaction_to_a_Multisig.md --- 06_2_Spending_a_Transaction_to_a_Multisig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06_2_Spending_a_Transaction_to_a_Multisig.md b/06_2_Spending_a_Transaction_to_a_Multisig.md index 15639df..f9da2fb 100644 --- a/06_2_Spending_a_Transaction_to_a_Multisig.md +++ b/06_2_Spending_a_Transaction_to_a_Multisig.md @@ -8,7 +8,7 @@ To start with, you need to find your funds; your computer doesn't know to look f ``` $ bitcoin-cli -named importaddress address=2NAGfA4nW6nrZkD5je8tSiAcYB9xL2xYMCz ``` -If you've got a pruned node (and you probably do), you'll instead need to tell it no to rescan: +If you've got a pruned node (and you probably do), you'll instead need to tell it not to rescan: ``` $ bitcoin-cli -named importaddress address=2NAGfA4nW6nrZkD5je8tSiAcYB9xL2xYMCz rescan="false" ```