mirror of
https://github.com/lightning/bolts.git
synced 2025-03-09 23:55:17 +01:00
BOLT-05: fix typo in 'HTLC Output Handling' section
This commit is contained in:
parent
01f29bf9fe
commit
57e5545bbc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue