From 76af5a0bde37b29a5cd6ad6f8576b8a29396ba94 Mon Sep 17 00:00:00 2001 From: mkcisse <45665262+mkcisse@users.noreply.github.com> Date: Thu, 21 Feb 2019 13:47:45 +0100 Subject: [PATCH] typo: walet -> wallet --- 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 c640162..f81547a 100644 --- a/06_2_Spending_a_Transaction_to_a_Multisig.md +++ b/06_2_Spending_a_Transaction_to_a_Multisig.md @@ -6,7 +6,7 @@ The classic, and complex, way of spending funds sent to a multisignature address ## 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 ```