Skip to content

Commit

Permalink
ch10: Clarify sequence number for typical tx input
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Aug 22, 2018
1 parent 6647b56 commit f91e539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch10.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ As you can see in <<generation_tx_example>>, the coinbase transaction has a spec
| 4 bytes | Output Index | The index number of the UTXO to be spent, first one is 0
| 1&#x2013;9 bytes (VarInt) | Unlocking-Script Size | Unlocking-Script length in bytes, to follow
| Variable | Unlocking-Script | A script that fulfills the conditions of the UTXO locking script
| 4 bytes | Sequence Number | Currently disabled Tx-replacement feature, set to 0xFFFFFFFF
| 4 bytes | Sequence Number | Usually set to 0xFFFFFFFF to opt out of BIP 125 and BIP 68
|=======

[[table_8-2]]
Expand Down

0 comments on commit f91e539

Please sign in to comment.