summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2022-09-30 23:56:57 +0000
committerGitHub <noreply@github.com>2022-09-30 23:56:57 +0000
commit6545b81022212a9f1c814f6ce1673e84bc02c910 (patch)
tree54e1c3b39018eac3c3cb0777fae5c6b6ed7f1023
parent9d1f7954d8b2adead8b01db97a730696899895cb (diff)
parent61d6631e5b7791286254a5d45ccb814875bcaa09 (diff)
downloadbips-6545b81022212a9f1c814f6ce1673e84bc02c910.tar.xz
Merge pull request #1351 from russeree/bip12-Implementation-url-fix
bip-0011/12 - fixed broken implementation url
-rw-r--r--bip-0011.mediawiki2
-rw-r--r--bip-0012.mediawiki2
2 files changed, 2 insertions, 2 deletions
diff --git a/bip-0011.mediawiki b/bip-0011.mediawiki
index 8375f55..7e9e1f6 100644
--- a/bip-0011.mediawiki
+++ b/bip-0011.mediawiki
@@ -54,7 +54,7 @@ A weaker argument is OP_CHECKMULTISIG should not be used because it pops one too
OP_CHECKMULTISIG is already supported by old clients and miners as a non-standard transaction type.
-https://github.com/gavinandresen/bitcoin-git/tree/op_eval
+https://github.com/gavinandresen/bitcoin-git/tree/77f21f1583deb89bf3fffe80fe9b181fedb1dd60
== Post History ==
diff --git a/bip-0012.mediawiki b/bip-0012.mediawiki
index 9cb3795..70069d6 100644
--- a/bip-0012.mediawiki
+++ b/bip-0012.mediawiki
@@ -75,7 +75,7 @@ Example of a transaction that must fail for both old and new miners/clients:
==Reference Implementation==
-https://github.com/gavinandresen/bitcoin-git/tree/op_eval
+https://github.com/gavinandresen/bitcoin-git/tree/77f21f1583deb89bf3fffe80fe9b181fedb1dd60
==See Also==