1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-01-11 00:01:03 +00:00

Technical error. Refund to "Payer" #460

This commit is contained in:
Andreas M. Antonopoulos 2018-02-04 10:54:39 -06:00
parent 4cd7fc9af0
commit f66e7c5f0e

View File

@ -434,7 +434,7 @@ IF
ELSE
# Refund after timeout.
<locktime> CHECKLOCKTIMEVERIFY DROP
<Payee Public Key> CHECKSIG
<Payer Public Key> CHECKSIG
ENDIF
----