diff --git a/bip-etx.mediawiki b/bip-etx.mediawiki index 7a957a36fd..cd90dceaa9 100644 --- a/bip-etx.mediawiki +++ b/bip-etx.mediawiki @@ -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. @@ -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 |}