Edited ch10.asciidoc with Atlas code editor

pull/339/head
nadams 7 years ago
parent 23c8850c27
commit dd7e4168cb

@ -302,7 +302,7 @@ As you can see in <<generation_tx_example>>, the coinbase transaction has a spec
|Size| Field | Description
| 32 bytes | Transaction Hash | Pointer to the transaction containing the UTXO to be spent
| 4 bytes | Output Index | The index number of the UTXO to be spent, first one is 0
| 1-9 bytes (VarInt) | Unlocking-Script Size | Unlocking-Script length in bytes, to follow
| 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
|=======

Loading…
Cancel
Save