diff options
author | Ferdinando M. Ametrano <fametrano@users.noreply.github.com> | 2020-04-29 01:43:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-29 01:43:50 +0200 |
commit | b7090922b5e364409e4ddcd1558d85f2dd434c16 (patch) | |
tree | d1d7c1a726e0e774361f00c1a9899a32c4683e00 /bip-0067.mediawiki | |
parent | cb071df902eafb7054635201a8b12e76f42774ad (diff) |
fixed obvious typo
it must be OP_CHECKMULTISIG, not OP_CHECKSIG
Diffstat (limited to 'bip-0067.mediawiki')
-rw-r--r-- | bip-0067.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0067.mediawiki b/bip-0067.mediawiki index 9baf6c0..b164289 100644 --- a/bip-0067.mediawiki +++ b/bip-0067.mediawiki @@ -46,7 +46,7 @@ Sort them lexicographically according to their binary representation: ..before using the resulting list of keys in a standard multisig redeem script: - OP_2 021f2f6e1e50cb6a953935c3601284925decd3fd21bc445712576873fb8c6ebc18 022df8750480ad5b26950b25c7ba79d3e37d75f640f8e5d9bcd5b150a0f85014da 03e3818b65bcc73a7d64064106a859cc1a5a728c4345ff0b641209fba0d90de6e9 OP_3 OP_CHECKSIG + OP_2 021f2f6e1e50cb6a953935c3601284925decd3fd21bc445712576873fb8c6ebc18 022df8750480ad5b26950b25c7ba79d3e37d75f640f8e5d9bcd5b150a0f85014da 03e3818b65bcc73a7d64064106a859cc1a5a728c4345ff0b641209fba0d90de6e9 OP_3 OP_CHECKMULTISIG Hash the redeem script according to BIP-0016 to get the P2SH address. |