Skip to content

Commit 8618c8a

Browse files
committed
BOLT 7: there's no htlc_expiry, it's called cltv_expiry.
Closes: lightning#325 Signed-off-by: Rusty Russell <[email protected]>
1 parent 1cb19fa commit 8618c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

07-routing-gossip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ of *relaying* payments, not *sending* payments. When making a payment
315315
`B` -> `C` (announced by `B`) and `C` -> `D` (announced by `C`) will
316316
come into play. When building the route, amounts and expiries for HTLCs need
317317
to be calculated backward from the destination to the source. The initial
318-
exact value for `amount_msat` and minimal value for `htlc_expiry`, which are
318+
exact value for `amount_msat` and minimal value for `cltv_expiry`, which are
319319
to be used for the last HTLC in the route, are provided in the payment request
320320
(see [BOLT #11](11-payment-encoding.md#tagged-fields)).
321321

0 commit comments

Comments
 (0)