From 713056bc7250f1455fc58797ca3737e6cf91ae05 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 7 Jun 2017 12:17:34 -0700 Subject: [PATCH] Update 6_3_Sending_an_Automated_Multisig.md --- 6_3_Sending_an_Automated_Multisig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6_3_Sending_an_Automated_Multisig.md b/6_3_Sending_an_Automated_Multisig.md index 795ea6a..fae4536 100644 --- a/6_3_Sending_an_Automated_Multisig.md +++ b/6_3_Sending_an_Automated_Multisig.md @@ -94,7 +94,7 @@ When everyone that's required has signed, you're off to the races: $ bitcoin-cli -named sendrawtransaction hexstring=$signedtx 3ce88839ac6165aeadcfb188c490e1b850468eff571b4ca78fac64342751510d ``` -As with the shortcut demonstrated in [§4.5: Sending Coints with Automated Raw Transactions](4_5_Sending_Coins_with_Automated_Raw_Transactions.md), the result is a lot easier, but you lose some control in the process. +As with the shortcut demonstrated in [§4.5: Sending Coins with Automated Raw Transactions](4_5_Sending_Coins_with_Automated_Raw_Transactions.md), the result is a lot easier, but you lose some control in the process. ## Summary: Sending & Spending an Automated Multisig