summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBitWasp <thomas@bitwasp.co>2015-02-13 21:08:13 +0000
committerBitWasp <thomas@bitwasp.co>2015-02-13 21:08:13 +0000
commit5cf77f147a6fce18fa900174592dc4474c41611a (patch)
treefb856618ac9eea20ccf988d64bd5cd5c9edc97a6
parent9ce316de9439b8f8871ac6ab12b70c34859543d3 (diff)
downloadbips-5cf77f147a6fce18fa900174592dc4474c41611a.tar.xz
update script
-rw-r--r--bip-0090.mediawiki3
1 files changed, 1 insertions, 2 deletions
diff --git a/bip-0090.mediawiki b/bip-0090.mediawiki
index 6cd2ac9..aaec6ac 100644
--- a/bip-0090.mediawiki
+++ b/bip-0090.mediawiki
@@ -38,13 +38,12 @@ Sort them lexicographically according to their binary representation:
03e3818b65bcc73a7d64064106a859cc1a5a728c4345ff0b641209fba0d90de6e9
..before using the resulting list of keys in a standard multisig redeem script:
- OP_m 021f2f6e1e50cb6a953935c3601284925decd3fd21bc445712576873fb8c6ebc18 022df8750480ad5b26950b25c7ba79d3e37d75f640f8e5d9bcd5b150a0f85014da 03e3818b65bcc73a7d64064106a859cc1a5a728c4345ff0b641209fba0d90de6e9 OP_n OP_CHECKSIG
+ OP_2 021f2f6e1e50cb6a953935c3601284925decd3fd21bc445712576873fb8c6ebc18 022df8750480ad5b26950b25c7ba79d3e37d75f640f8e5d9bcd5b150a0f85014da 03e3818b65bcc73a7d64064106a859cc1a5a728c4345ff0b641209fba0d90de6e9 OP_3 OP_CHECKSIG
Hash the redeem script according to BIP-0016 to get the P2SH address.
3Q4sF6tv9wsdqu2NtARzNCpQgwifm2rAba
==Compatibility==
-
* Uncompressed keys are incompatible with this specificiation. A compatible implementation should not automatically compress keys. Receiving an uncompressed key from a multisig participant should be interpreted as a sign that the user has an incompatible implementation.
* P2SH addressses do not reveal information about the script that is receiving the funds. For this reason it is not technically possible to enforce this BIP as a rule on the network. Also, it would cause a hard fork.
* Implementations that do not conform with this BIP will have compatibility issues with strictly-compliant wallets.