mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Create 06_2_Spending_a_Transaction_to_a_Multisig.md
This commit is contained in:
parent
31e67e0307
commit
18b3c0bd4f
@ -152,3 +152,7 @@ Here, we saw this methodology used to redeem multisig funds. In the future you
|
|||||||
## Summary: Spending a Transaction with a Multisig
|
## Summary: Spending a Transaction with a Multisig
|
||||||
|
|
||||||
It turns out that spending money sent to a multisig address can take quite a bit of work. But as long as you have your original addresses and your redeemScript, you can do it by signing a raw transaction with each different address, and providing some more information along the way.
|
It turns out that spending money sent to a multisig address can take quite a bit of work. But as long as you have your original addresses and your redeemScript, you can do it by signing a raw transaction with each different address, and providing some more information along the way.
|
||||||
|
|
||||||
|
## What's Next?
|
||||||
|
|
||||||
|
Continue "Expanding Bitcoin Transactions" with [§6.3: Sending & Spending an Automated Multisig](06_3_Sending_an_Automated_Multisig.md).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user