mirror of
https://github.com/bitcoin/bips.git
synced 2025-06-30 12:42:43 +00:00
commit
2fceaf98a9
@ -59,10 +59,10 @@ established in the following way. Alice, Bob and Escrow create a 2-of-3
|
|||||||
address with the following redeemscript.
|
address with the following redeemscript.
|
||||||
|
|
||||||
IF
|
IF
|
||||||
2 <Alice's pubkey> <Bob's pubkey> <Escrow's pubkey> 3 CHECKMULTISIGVERIFY
|
2 <Alice's pubkey> <Bob's pubkey> <Escrow's pubkey> 3 CHECKMULTISIG
|
||||||
ELSE
|
ELSE
|
||||||
"30d" CHECKSEQUENCEVERIFY DROP
|
"30d" CHECKSEQUENCEVERIFY DROP
|
||||||
<Alice's pubkey> CHECKSIGVERIFY
|
<Alice's pubkey> CHECKSIG
|
||||||
ENDIF
|
ENDIF
|
||||||
|
|
||||||
At any time funds can be spent using signatures from any two of Alice,
|
At any time funds can be spent using signatures from any two of Alice,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user