From 46271c412f4cdec858a6198efde6d064e11d9879 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 17 May 2017 16:20:10 -0700 Subject: [PATCH] Update 8_2_Creating_Multisig_Scripts.md --- 8_2_Creating_Multisig_Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8_2_Creating_Multisig_Scripts.md b/8_2_Creating_Multisig_Scripts.md index 180ba0e..0512818 100644 --- a/8_2_Creating_Multisig_Scripts.md +++ b/8_2_Creating_Multisig_Scripts.md @@ -103,7 +103,7 @@ The technique accidentally follows the description in [8.1: Building a Bitcoin S 1. Deserialize `` 2. Validate `0 $signature1 1 $address1 $address2 2 OP_CHECKMULTISIG` or `0 $signature2 1 $address1 $address2 2 OP_CHECKMULTISIG` -And now you know how the multisig transaction in §6.1 was actually created, and how it was actually validated for spending. +And now you know how the multisig transaction in §6.1 was actually created, how it was actually validated for spending, and why that `redeemScript` was so important. ## Summary: Creating Multisig Scripts