1
0
mirror of https://github.com/lightning/bolts.git synced 2024-11-19 10:00:04 +01:00

BOLT-05: fix typo in 'HTLC Output Handling' section

This commit is contained in:
Jan Xie 2020-11-07 08:50:24 +08:00 committed by GitHub
parent 01f29bf9fe
commit 57e5545bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,7 +225,7 @@ There can be HTLCs which are not represented by any outputs: either
because they were trimmed as dust, or because the transaction has only been
partially committed.
The HTLC output has *timed out* once the depth of the latest block is equal to
The HTLC output has *timed out* once the height of the latest block is equal to
or greater than the HTLC `cltv_expiry`.
### Requirements