Merge pull request #539 from sanch0panza/bip135_add_core_pr

Add link to implementation on Bitcoin Core (PR#10437)
This commit is contained in:
Luke Dashjr 2017-05-23 03:56:06 +00:00 committed by GitHub
commit 8cbdc639af

View File

@ -388,9 +388,11 @@ By way of design it does not interfere with unknown (undefined) deployments.
==Reference implementation==
A working reference implementation, including tests, can be found in this Pull Request:
A working reference implementation, including tests, can be found in these Pull Requests:
https://github.com/BitcoinUnlimited/BitcoinUnlimited/pull/458
* https://github.com/BitcoinUnlimited/BitcoinUnlimited/pull/458
* https://github.com/bitcoin/bitcoin/pull/10437
Existing unit tests and regression tests have been left active to demonstrate
backward compatibility of the default settings with BIP9.