summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrusseree <reese.russell@ymail.com>2022-08-12 14:43:17 -0700
committerrusseree <reese.russell@ymail.com>2022-08-12 17:38:29 -0700
commitdf9c3fa97784cb4e4736c6c19222e0917984f6c4 (patch)
treef69beb0d5d27fa738c1b54ca1bf1b86a96048b72
parent43da5dec5eaf0d8194baa66ba3dd976f923f9d07 (diff)
downloadbips-df9c3fa97784cb4e4736c6c19222e0917984f6c4.tar.xz
fixed bip-0011/12 broken url - implementation
fixed bip-0012 broken url - implementation fixed bip-0011 broken url - implementation
-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..9579538 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/e679ec969c8b22c676ebb10bea1038f6c8f13b33
== Post History ==
diff --git a/bip-0012.mediawiki b/bip-0012.mediawiki
index 9cb3795..0707b0e 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/e679ec969c8b22c676ebb10bea1038f6c8f13b33
==See Also==