From 89693e1d19f637f9ddf9aa8dd76f2a41992f68ac Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 7 Jun 2017 12:17:09 -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 255cc83..795ea6a 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 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. ## Summary: Sending & Spending an Automated Multisig