summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2017-05-23 03:56:06 +0000
committerGitHub <noreply@github.com>2017-05-23 03:56:06 +0000
commit8cbdc639afea04275bec2c773402a84085e7078b (patch)
treeb207392c78d44c88b15aa044d24a1efb1941800d
parent3c42de59978e83627b9cb704af47ba30076c64d9 (diff)
parent5c1fd932666caaaf2fb6bac09a3968594e361de8 (diff)
downloadbips-8cbdc639afea04275bec2c773402a84085e7078b.tar.xz
Merge pull request #539 from sanch0panza/bip135_add_core_pr
Add link to implementation on Bitcoin Core (PR#10437)
-rw-r--r--bip-0135.mediawiki6
1 files changed, 4 insertions, 2 deletions
diff --git a/bip-0135.mediawiki b/bip-0135.mediawiki
index cb6f9a0..89d3077 100644
--- a/bip-0135.mediawiki
+++ b/bip-0135.mediawiki
@@ -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.