From 14c50b3a4ff631b5a35443de369262f1891ef87d Mon Sep 17 00:00:00 2001 From: jl2012 Date: Mon, 11 May 2015 12:36:00 +0800 Subject: [PATCH] Minor fix --- bip-etx.mediawiki | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 |}