Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bip-0112.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ established in the following way. Alice, Bob and Escrow create a 2-of-3
address with the following redeemscript.

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
"30d" CHECKSEQUENCEVERIFY DROP
<Alice's pubkey> CHECKSIGVERIFY
<Alice's pubkey> CHECKSIG
ENDIF

At any time funds can be spent using signatures from any two of Alice,
Expand Down