summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author฿tcDrak <btcdrak@users.noreply.github.com>2015-08-12 19:13:23 +0100
committerBtcDrak <btcdrak@gmail.com>2015-09-04 00:39:01 +0100
commit80b57fe0c65e7371e5e60baf7ae2d4fac38b04b8 (patch)
treea2adf3c6453c1c121baa4827c4654f7cf874ba9d
parent4e06ec12b46b81e6169b1818950cbdf71fc5e0c4 (diff)
downloadbips-80b57fe0c65e7371e5e60baf7ae2d4fac38b04b8.tar.xz
Added note about compatibility and formatting
-rw-r--r--bip-median-past-timelock.mediawiki6
1 files changed, 4 insertions, 2 deletions
diff --git a/bip-median-past-timelock.mediawiki b/bip-median-past-timelock.mediawiki
index 51ebe73..2e4340f 100644
--- a/bip-median-past-timelock.mediawiki
+++ b/bip-median-past-timelock.mediawiki
@@ -28,7 +28,7 @@ last 11 blocks, rather than the time included in the block. The benefit is
this figure is derived via consensus, and guaranteed to monotonically advance.
This proposal seeks to ensure reliable behaviour in locktime calculations as
-required by BIP65 [1], OP_CHECKSEQUENCEVERIFY [2], and BIP68 [3].
+required by BIP65, BIPXX (OP_CHECKSEQUENCEVERIFY), and BIP68.
==Specification==
@@ -133,11 +133,13 @@ and OP_CHECKSEQUENCEVERIFY.
==Compatibility==
-
+This BIP is not known to introduce any compatibility concerns.
==References==
[https://github.com/bitcoin/bips/blob/master/bip-00.mediawiki BIP65: OP_CHECKLOCKTIMEVERIFY]
+
[https://github.com/bitcoin/bips/blob/master/bip-00.mediawiki BIP68: Consensus-enforced transaction replacement signaled via sequence numbers]
+
[https://github.com/bitcoin/bips/blob/master/bip-00.mediawiki BIP65: OP_CHECKSEQUENCEVERIFY]
==Copyright==