Skip to content

Commit cd1932a

Browse files
committed
Merge pull request bitcoin#375 from voisine/patch-4
fix BIP141 nested P2SH scriptSig byte representation
2 parents 932d075 + d72c1bf commit cd1932a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0141.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The following example is the same 1-of-2 multi-signature P2WSH witness program,
166166

167167
witness: 0 <signature1> <1 <pubkey1> <pubkey2> 2 CHECKMULTISIG>
168168
scriptSig: <0 <32-byte-hash>>
169-
(0x0020{32-byte-hash})
169+
(0x220020{32-byte-hash})
170170
scriptPubKey: HASH160 <20-byte-hash> EQUAL
171171
(0xA914{20-byte-hash}87)
172172

0 commit comments

Comments
 (0)