Skip to content

Commit e515da4

Browse files
authored
Fix summary indication
Summary was mentioning the previous file instead of this one.
1 parent 9ca5d0e commit e515da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10_2_Building_the_Structure_of_P2SH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Depending on your API, you might be able to enter this as an `asm`-style `script
171171

172172
Note that the `hex scriptPubKey` for P2SH Script transaction will _always_ start with an `a914`, which is the `OP_HASH160` followed by an `OP_PUSHDATA` of 20 bytes (hex: `0x14`); and it will _always_ end with a `87`, which is an `OP_EQUAL`. So all you have to do is put your hashed redeem script in between those numbers.
173173

174-
## Summary: Understanding the Foundation of P2SH
174+
## Summary: Building the Structure of P2SH
175175

176176
Actually creating the P2SH locking script dives further into the guts of Bitcoin than you've ever gone before. Though it's helpful to know how all of this works at a very low level, it's most likely that you'll have an API taking care of all of the heavy-lifting for you. Your task will simply be to create the Bitcoin Script to do the locking ... which is the main topic of chapters 9 and 11-12.
177177

0 commit comments

Comments
 (0)