mirror of
https://github.com/bitcoin/bips.git
synced 2025-01-19 05:45:07 +01:00
Merge pull request #375 from voisine/patch-4
fix BIP141 nested P2SH scriptSig byte representation
This commit is contained in:
commit
cd1932a67a
@ -166,7 +166,7 @@ The following example is the same 1-of-2 multi-signature P2WSH witness program,
|
||||
|
||||
witness: 0 <signature1> <1 <pubkey1> <pubkey2> 2 CHECKMULTISIG>
|
||||
scriptSig: <0 <32-byte-hash>>
|
||||
(0x0020{32-byte-hash})
|
||||
(0x220020{32-byte-hash})
|
||||
scriptPubKey: HASH160 <20-byte-hash> EQUAL
|
||||
(0xA914{20-byte-hash}87)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user