summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrusseree <reese.russell@ymail.com>2022-09-29 16:57:40 -0700
committerrusseree <reese.russell@ymail.com>2022-09-29 16:57:40 -0700
commit61d6631e5b7791286254a5d45ccb814875bcaa09 (patch)
tree3c367418f5d13ad4bfd4becc7375dee29a8570e3
parentdf9c3fa97784cb4e4736c6c19222e0917984f6c4 (diff)
downloadbips-61d6631e5b7791286254a5d45ccb814875bcaa09.tar.xz
Update BIP 11/12 OP_EVAL implementation commit 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 9579538..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/e679ec969c8b22c676ebb10bea1038f6c8f13b33
+https://github.com/gavinandresen/bitcoin-git/tree/77f21f1583deb89bf3fffe80fe9b181fedb1dd60
== Post History ==
diff --git a/bip-0012.mediawiki b/bip-0012.mediawiki
index 0707b0e..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/e679ec969c8b22c676ebb10bea1038f6c8f13b33
+https://github.com/gavinandresen/bitcoin-git/tree/77f21f1583deb89bf3fffe80fe9b181fedb1dd60
==See Also==