Merge pull request #417 from dcousens/patch-1

bip141: clarify that marker is 1 byte
This commit is contained in:
Luke-Jr 2016-07-15 15:00:49 +00:00 committed by GitHub
commit c0796a30d3

View File

@ -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.
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.