Skip to content

Commit 9f15ac4

Browse files
author
Thomas Kerin
committed
Add line so that pubkeys + address in specificiation are displayed
1 parent 5cf77f1 commit 9f15ac4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bip-0090.mediawiki

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,23 @@ This standard will help in enabling a party other than the service provider to r
2828
==Specification==
2929

3030
For a set of public keys, ensure that they have been received in compressed form:
31+
3132
022df8750480ad5b26950b25c7ba79d3e37d75f640f8e5d9bcd5b150a0f85014da
3233
03e3818b65bcc73a7d64064106a859cc1a5a728c4345ff0b641209fba0d90de6e9
3334
021f2f6e1e50cb6a953935c3601284925decd3fd21bc445712576873fb8c6ebc18
3435
3536
Sort them lexicographically according to their binary representation:
37+
3638
021f2f6e1e50cb6a953935c3601284925decd3fd21bc445712576873fb8c6ebc18
3739
022df8750480ad5b26950b25c7ba79d3e37d75f640f8e5d9bcd5b150a0f85014da
3840
03e3818b65bcc73a7d64064106a859cc1a5a728c4345ff0b641209fba0d90de6e9
3941
4042
..before using the resulting list of keys in a standard multisig redeem script:
43+
4144
OP_2 021f2f6e1e50cb6a953935c3601284925decd3fd21bc445712576873fb8c6ebc18 022df8750480ad5b26950b25c7ba79d3e37d75f640f8e5d9bcd5b150a0f85014da 03e3818b65bcc73a7d64064106a859cc1a5a728c4345ff0b641209fba0d90de6e9 OP_3 OP_CHECKSIG
4245
4346
Hash the redeem script according to BIP-0016 to get the P2SH address.
47+
4448
3Q4sF6tv9wsdqu2NtARzNCpQgwifm2rAba
4549
4650
==Compatibility==

0 commit comments

Comments
 (0)