From 18b3c0bd4fea69e6f554f7003779796e8c1f727a Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 13 Jun 2017 11:29:11 -0700 Subject: [PATCH] Create 06_2_Spending_a_Transaction_to_a_Multisig.md --- 06_2_Spending_a_Transaction_to_a_Multisig.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/06_2_Spending_a_Transaction_to_a_Multisig.md b/06_2_Spending_a_Transaction_to_a_Multisig.md index 19e128a..a2ea528 100644 --- a/06_2_Spending_a_Transaction_to_a_Multisig.md +++ b/06_2_Spending_a_Transaction_to_a_Multisig.md @@ -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 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).