diff options
author | Johnson Lau <jl2012@users.noreply.github.com> | 2016-07-27 17:11:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-27 17:11:09 +0800 |
commit | 1402ca99cba8c7b370248e5b7e09603d80c5c491 (patch) | |
tree | e637035f11aaa3c2efc1455d3fc82326a26c5a56 /bip-0112.mediawiki | |
parent | 2ac0b472da770dc807eaab94ed2394d2145961f9 (diff) |
BIP112: fix example
Diffstat (limited to 'bip-0112.mediawiki')
-rw-r--r-- | bip-0112.mediawiki | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0112.mediawiki b/bip-0112.mediawiki index 0397332..40378ee 100644 --- a/bip-0112.mediawiki +++ b/bip-0112.mediawiki @@ -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, |