From d67f65212b50c00dc893d3f3e5b5259269e9938f Mon Sep 17 00:00:00 2001 From: Carla Kirk-Cohen Date: Thu, 7 Mar 2024 11:29:04 -0500 Subject: [PATCH] routing: fix comment on blinded path cltv delta --- routing/blinding.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/routing/blinding.go b/routing/blinding.go index fd0a9c369d..d2d64aa5dd 100644 --- a/routing/blinding.go +++ b/routing/blinding.go @@ -40,9 +40,9 @@ type BlindedPayment struct { // payments made over the blinded path. ProportionalFeeRate uint32 - // CltvExpiryDelta is the total expiry delta for the blinded path. Note - // this does not include the final cltv delta for the receiving node - // (which should be provided in an invoice). + // CltvExpiryDelta is the total expiry delta for the blinded path. This + // field includes the CLTV for the blinded hops *and* the final cltv + // delta for the receiver. CltvExpiryDelta uint16 // HtlcMinimum is the highest HLTC minimum supported along the blinded