summaryrefslogtreecommitdiff
path: root/bip-0135.mediawiki
diff options
context:
space:
mode:
authorsanch0panza <sanch0panza@protonmail.com>2017-05-21 13:48:48 +0200
committersanch0panza <sanch0panza@protonmail.com>2017-05-21 13:48:48 +0200
commit5c1fd932666caaaf2fb6bac09a3968594e361de8 (patch)
treeb207392c78d44c88b15aa044d24a1efb1941800d /bip-0135.mediawiki
parent3c42de59978e83627b9cb704af47ba30076c64d9 (diff)
downloadbips-5c1fd932666caaaf2fb6bac09a3968594e361de8.tar.xz
Add link to implementation on Bitcoin Core (PR#10437)
Diffstat (limited to 'bip-0135.mediawiki')
-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.