From 1402ca99cba8c7b370248e5b7e09603d80c5c491 Mon Sep 17 00:00:00 2001 From: Johnson Lau Date: Wed, 27 Jul 2016 17:11:09 +0800 Subject: BIP112: fix example --- bip-0112.mediawiki | 4 ++-- 1 file 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 3 CHECKMULTISIGVERIFY + 2 3 CHECKMULTISIG ELSE "30d" CHECKSEQUENCEVERIFY DROP - CHECKSIGVERIFY + CHECKSIG ENDIF At any time funds can be spent using signatures from any two of Alice, -- cgit v1.2.3