summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnson Lau <jl2012@users.noreply.github.com>2016-07-27 17:11:09 +0800
committerGitHub <noreply@github.com>2016-07-27 17:11:09 +0800
commit1402ca99cba8c7b370248e5b7e09603d80c5c491 (patch)
treee637035f11aaa3c2efc1455d3fc82326a26c5a56
parent2ac0b472da770dc807eaab94ed2394d2145961f9 (diff)
downloadbips-1402ca99cba8c7b370248e5b7e09603d80c5c491.tar.xz
BIP112: fix example
-rw-r--r--bip-0112.mediawiki4
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,