1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-18 13:26:08 +01:00

Merge pull request #216 from maaku/bip113-patch1

Change reference git repo to the associated pull request.
This commit is contained in:
Luke-Jr 2015-10-09 00:02:39 +00:00
commit 2eadab36c6

View File

@ -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==