Skip to content

Commit

Permalink
routing: fix comment on blinded path cltv delta
Browse files Browse the repository at this point in the history
  • Loading branch information
carlaKC committed Mar 27, 2024
1 parent 4214330 commit d67f652
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions routing/blinding.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d67f652

Please sign in to comment.