summaryrefslogtreecommitdiff
path: root/bip-0113.mediawiki
diff options
context:
space:
mode:
Diffstat (limited to 'bip-0113.mediawiki')
-rw-r--r--bip-0113.mediawiki8
1 files changed, 4 insertions, 4 deletions
diff --git a/bip-0113.mediawiki b/bip-0113.mediawiki
index b7313e3..190fb4c 100644
--- a/bip-0113.mediawiki
+++ b/bip-0113.mediawiki
@@ -35,7 +35,7 @@ miners to claim more transaction fees by lying about the timestamps of
their block.
This proposal seeks to ensure reliable behaviour in locktime calculations as
-required by BIP65 (CHECKLOCKTIMEVERIFY), BIP68, and BIP112 (CHECKSEQUENCEVERIFY).
+required by BIP65 (CHECKLOCKTIMEVERIFY), BIP68 (sequence numbers), and BIP112 (CHECKSEQUENCEVERIFY).
==Specification==
@@ -64,10 +64,10 @@ parameter. This BIP proposes that after activation calls to
IsFinalTx() or LockTime() within consensus code use the return value
of `GetMedianTimePast(pindexPrev)` instead.
-A reference implementation of this proposal is provided in the
-following git repository:
+A reference implementation of this proposal is provided by the
+following pull request:
-https://github.com/maaku/bitcoin/tree/medianpasttimelock
+https://github.com/bitcoin/bitcoin/pull/6566
==Deployment==