mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-24 07:28:03 +01:00
Added note about compatibility and formatting
This commit is contained in:
parent
4e06ec12b4
commit
80b57fe0c6
1 changed files with 4 additions and 2 deletions
|
@ -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==
|
||||
|
|
Loading…
Add table
Reference in a new issue