routing: fix comment on blinded path cltv delta

This commit is contained in:
Carla Kirk-Cohen 2024-03-07 11:29:04 -05:00
parent 421433039b
commit d67f65212b
No known key found for this signature in database
GPG Key ID: 4CA7FE54A6213C91

View File

@ -40,9 +40,9 @@ type BlindedPayment struct {
// payments made over the blinded path. // payments made over the blinded path.
ProportionalFeeRate uint32 ProportionalFeeRate uint32
// CltvExpiryDelta is the total expiry delta for the blinded path. Note // CltvExpiryDelta is the total expiry delta for the blinded path. This
// this does not include the final cltv delta for the receiving node // field includes the CLTV for the blinded hops *and* the final cltv
// (which should be provided in an invoice). // delta for the receiver.
CltvExpiryDelta uint16 CltvExpiryDelta uint16
// HtlcMinimum is the highest HLTC minimum supported along the blinded // HtlcMinimum is the highest HLTC minimum supported along the blinded