Fix error in HTLC example of ch14

pull/1095/head
Fritz Mayr 3 months ago committed by mayrf
parent 6d1c26e164
commit 13ffb97358

@ -953,7 +953,6 @@ The script implementing an HTLC might look like this:
IF
# Payment if you have the secret R
HASH160 <H> EQUALVERIFY
<Receiver Public Key> CHECKSIG
ELSE
# Refund after timeout.
<lock time> CHECKLOCKTIMEVERIFY DROP

Loading…
Cancel
Save