Skip to content

Commit

Permalink
Merge pull request #1351 from russeree/bip12-Implementation-url-fix
Browse files Browse the repository at this point in the history
bip-0011/12 - fixed broken implementation url
  • Loading branch information
luke-jr committed Sep 30, 2022
2 parents 9d1f795 + 61d6631 commit 6545b81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bip-0011.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -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 ==

Expand Down
2 changes: 1 addition & 1 deletion bip-0012.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -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==

Expand Down

0 comments on commit 6545b81

Please sign in to comment.