mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
bip141: clarify that marker is 1 byte
This commit is contained in:
parent
5ddea46bce
commit
9c7fde09aa
@ -48,7 +48,7 @@ A new <code>wtxid</code> is defined: the double SHA256 of the new serialization
|
|||||||
|
|
||||||
Format of <code>nVersion</code>, <code>txins</code>, <code>txouts</code>, and <code>nLockTime</code> are same as traditional serialization.
|
Format of <code>nVersion</code>, <code>txins</code>, <code>txouts</code>, and <code>nLockTime</code> are same as traditional serialization.
|
||||||
|
|
||||||
The <code>marker</code> MUST be <code>0x00</code>.
|
The <code>marker</code> MUST be a 1-byte zero value: <code>0x00</code>.
|
||||||
|
|
||||||
The <code>flag</code> MUST be a 1-byte non-zero value. Currently, <code>0x01</code> MUST be used.
|
The <code>flag</code> MUST be a 1-byte non-zero value. Currently, <code>0x01</code> MUST be used.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user