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