mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-07 11:22:10 +02:00
routing: fix comment on blinded path cltv delta
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user