From ffc01ab2f6179a14e381fc29bcd53f521d1f2f93 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 23 May 2017 12:34:45 -0700 Subject: [PATCH] Update 8_2_Building_a_Bitcoin_Script_with_P2SH.md --- 8_2_Building_a_Bitcoin_Script_with_P2SH.md | 1 + 1 file changed, 1 insertion(+) diff --git a/8_2_Building_a_Bitcoin_Script_with_P2SH.md b/8_2_Building_a_Bitcoin_Script_with_P2SH.md index f630536..a5c0f17 100644 --- a/8_2_Building_a_Bitcoin_Script_with_P2SH.md +++ b/8_2_Building_a_Bitcoin_Script_with_P2SH.md @@ -20,6 +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 4. Create a transaction using that `scriptPubKey`. ### Run the First Round of Validation