From a008a2e4c2f4417c3b2f4225b6f0f644c586522b Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 23 May 2017 12:35:06 -0700 Subject: [PATCH] Update 8_2_Building_a_Bitcoin_Script_with_P2SH.md --- 8_2_Building_a_Bitcoin_Script_with_P2SH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8_2_Building_a_Bitcoin_Script_with_P2SH.md b/8_2_Building_a_Bitcoin_Script_with_P2SH.md index a5c0f17..91f7533 100644 --- a/8_2_Building_a_Bitcoin_Script_with_P2SH.md +++ b/8_2_Building_a_Bitcoin_Script_with_P2SH.md @@ -20,7 +20,7 @@ To lock this transaction do the following: 5. `` = "3f58b4f7b14847a9083694b9b3b52a4cea2569ed" 2. Save `` for future reference as the `redeemScript`. 3. Produce a P2SH locking script that includes the hashed script (`OP_HASH160 OP_EQUAL`). - 1. `scriptPubKey` = a9143f58b4f7b14847a9083694b9b3b52a4cea2569ed87 + 1. `scriptPubKey` = "a9143f58b4f7b14847a9083694b9b3b52a4cea2569ed87" 4. Create a transaction using that `scriptPubKey`. ### Run the First Round of Validation