1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-02-16 17:42:06 +00:00

Edited ch07_authorization-authentication.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 11:23:14 +00:00
parent 9aea2edc75
commit f8acc4e8be

View File

@ -841,7 +841,7 @@ halts execution if one of the following occurs:
.Timelock Conflicts .Timelock Conflicts
[WARNING] [WARNING]
==== ====
+OP_CLTV+ and ((("transactions", "timelocks", "conflicts")))((("timelocks", "conflicts")))((("lock time", "conflicts")))lock time use the same format to describe timelocks, either +OP_CLTV+ and ((("transactions", "timelocks", "conflicts")))((("timelocks", "conflicts")))((("lock time", "conflicts")))((("scripts", "timelocks", "conflicts")))lock time use the same format to describe timelocks, either
a block height or the time elapsed in seconds since the Unix epoch. a block height or the time elapsed in seconds since the Unix epoch.
Critically, when used together, the format of lock time must match Critically, when used together, the format of lock time must match
that of +OP_CLTV+ in the outputs--they must both reference either that of +OP_CLTV+ in the outputs--they must both reference either