Update 6_3_Sending_an_Automated_Multisig.md

This commit is contained in:
Shannon Appelcline 2017-06-07 12:17:34 -07:00 committed by GitHub
parent 89693e1d19
commit 713056bc72

View File

@ -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