Skip to content

Commit 2fceaf9

Browse files
authored
Merge pull request bitcoin#427 from jl2012/patch-27
BIP112: fix example
2 parents f45cc08 + 1402ca9 commit 2fceaf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-0112.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ established in the following way. Alice, Bob and Escrow create a 2-of-3
5959
address with the following redeemscript.
6060

6161
IF
62-
2 <Alice's pubkey> <Bob's pubkey> <Escrow's pubkey> 3 CHECKMULTISIGVERIFY
62+
2 <Alice's pubkey> <Bob's pubkey> <Escrow's pubkey> 3 CHECKMULTISIG
6363
ELSE
6464
"30d" CHECKSEQUENCEVERIFY DROP
65-
<Alice's pubkey> CHECKSIGVERIFY
65+
<Alice's pubkey> CHECKSIG
6666
ENDIF
6767
6868
At any time funds can be spent using signatures from any two of Alice,

0 commit comments

Comments
 (0)