mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
routing: fix comment on blinded path cltv delta
This commit is contained in:
parent
421433039b
commit
d67f65212b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user