summaryrefslogtreecommitdiff
path: root/bip-0068.mediawiki
diff options
context:
space:
mode:
authorjl2012 <jl2012@xbt.hk>2016-07-05 17:28:14 +0800
committerjl2012 <jl2012@xbt.hk>2016-07-06 01:53:05 +0800
commit8d40b6ef02d89565228e63d4a0e1194d523b783c (patch)
treefa1d2de06df978eeb982b00f384638d1fa17deaf /bip-0068.mediawiki
parente36b6d5634128185206394462dc5bafe523afca2 (diff)
downloadbips-8d40b6ef02d89565228e63d4a0e1194d523b783c.tar.xz
BIP68/113 for generation transaction
Diffstat (limited to 'bip-0068.mediawiki')
-rw-r--r--bip-0068.mediawiki2
1 files changed, 2 insertions, 0 deletions
diff --git a/bip-0068.mediawiki b/bip-0068.mediawiki
index 0082db3..0303924 100644
--- a/bip-0068.mediawiki
+++ b/bip-0068.mediawiki
@@ -49,6 +49,8 @@ The block produced time is equal to the median-time-past of its previous block.
When the relative lock-time is block-based, it is interpreted as a minimum block-height constraint over the input's age. A relative block-based lock-time of zero indicates an input which can be included in any block. More generally, a relative block lock-time n can be included n blocks after the mining date of the output it is spending, or any block thereafter.
+The new rules are not applied to the nSequence field of the input of the coinbase transaction.
+
==Implementation==
A reference implementation is provided by the following pull request