mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-06 23:46:22 +00:00
fix copy paste error
This commit is contained in:
parent
b2663d53dc
commit
f837bd79a1
@ -109,7 +109,7 @@ To create a P2SH multisig, follow the standard steps for creating a P2SH locking
|
||||
|
||||
1. Serialize `2 $address1 $address2 2 OP_CHECKMULTISIG`.
|
||||
1. `<serializedMultiSig>` = "52210307fd375ed7cced0f50723e3e1a97bbe7ccff7318c815df4e99a59bc94dbcd819210367c4f666f18279009c941e57fab3e42653c6553e5ca092c104d1db279e328a2852ae"
|
||||
2. Save `<serialized99Equal>` for future reference as the redeemScript.
|
||||
2. Save `<serializedMultiSig>` for future reference as the redeemScript.
|
||||
1. `<redeemScript>` = "52210307fd375ed7cced0f50723e3e1a97bbe7ccff7318c815df4e99a59bc94dbcd819210367c4f666f18279009c941e57fab3e42653c6553e5ca092c104d1db279e328a2852ae"
|
||||
3. SHA-256 and RIPEMD-160 hash the serialized script.
|
||||
1. `<hashedMultiSig>` = "babf9063cee8ab6e9334f95f6d4e9148d0e551c2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user