From f837bd79a1a07688908f7f551a4ea42814d90cf8 Mon Sep 17 00:00:00 2001 From: Justus Kandzi Date: Tue, 16 Jan 2018 19:04:59 +0100 Subject: [PATCH] fix copy paste error --- 08_4_Scripting_a_Multisig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08_4_Scripting_a_Multisig.md b/08_4_Scripting_a_Multisig.md index bf8b3c6..9695e7b 100644 --- a/08_4_Scripting_a_Multisig.md +++ b/08_4_Scripting_a_Multisig.md @@ -109,7 +109,7 @@ To create a P2SH multisig, follow the standard steps for creating a P2SH locking 1. Serialize `2 $address1 $address2 2 OP_CHECKMULTISIG`. 1. `` = "52210307fd375ed7cced0f50723e3e1a97bbe7ccff7318c815df4e99a59bc94dbcd819210367c4f666f18279009c941e57fab3e42653c6553e5ca092c104d1db279e328a2852ae" -2. Save `` for future reference as the redeemScript. +2. Save `` for future reference as the redeemScript. 1. `` = "52210307fd375ed7cced0f50723e3e1a97bbe7ccff7318c815df4e99a59bc94dbcd819210367c4f666f18279009c941e57fab3e42653c6553e5ca092c104d1db279e328a2852ae" 3. SHA-256 and RIPEMD-160 hash the serialized script. 1. `` = "babf9063cee8ab6e9334f95f6d4e9148d0e551c2"