1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-19 12:08:05 +00:00

Change reference git repo to the associated pull request.

This commit is contained in:
Mark Friedenbach 2015-10-05 16:53:44 -07:00
parent 748f33ccfb
commit b027b77ed9

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 IsFinalTx() or LockTime() within consensus code use the return value
of `GetMedianTimePast(pindexPrev)` instead. of `GetMedianTimePast(pindexPrev)` instead.
A reference implementation of this proposal is provided in the A reference implementation of this proposal is provided by the
following git repository: following pull request:
https://github.com/maaku/bitcoin/tree/medianpasttimelock https://github.com/bitcoin/bitcoin/pull/6566
==Deployment== ==Deployment==