Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bip-etx.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The new transaction, "tx", message is identical, except for additional fields in
|-
| ? || pk_script || uchar[] || The public key script for the output (New)
|-
| 4 || height || uint32_t || The minimum block height that this UTXO can be included in
| 4 || height || uint32_t || The minimum block height that this UTXO can be included in (New)
|}

The minimum height is equal to the height of the block that the transaction is included in, or height + COINBASE_MATURITY for coinbase UTXOs.
Expand Down Expand Up @@ -164,9 +164,9 @@ The UTXO set serialization is as follows.
|-
| 4 || index || uint32_t || The index of the UTXO
|-
| 8 || value || int64_t || The value of the UTXO (New)
| 8 || value || int64_t || The value of the UTXO
|-
| ? || pk_script || uchar[] || The public key script for the output (New)
| ? || pk_script || uchar[] || The public key script for the output
|-
| 4 || height || uint32_t || The minimum block height that this UTXO can be included in
|}
Expand Down