summaryrefslogtreecommitdiff
path: root/bip-0113.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-0113.mediawiki
parente36b6d5634128185206394462dc5bafe523afca2 (diff)
downloadbips-8d40b6ef02d89565228e63d4a0e1194d523b783c.tar.xz
BIP68/113 for generation transaction
Diffstat (limited to 'bip-0113.mediawiki')
-rw-r--r--bip-0113.mediawiki2
1 files changed, 2 insertions, 0 deletions
diff --git a/bip-0113.mediawiki b/bip-0113.mediawiki
index 7497f50..8290c13 100644
--- a/bip-0113.mediawiki
+++ b/bip-0113.mediawiki
@@ -64,6 +64,8 @@ This method takes the block time as one parameter. This BIP proposes
that after activation calls to IsFinalTx() within consensus code use
the return value of `GetMedianTimePast(pindexPrev)` instead.
+The new rule applies to all transactions, including the coinbase transaction.
+
A reference implementation of this proposal is provided by the
following pull request: