lnd/cmd
Elle Mouton cd3da40fb9
routing: dont include final hop cltv in blinded path
Only include the final hop's cltv delta in the total timelock
calculation if the route does not include a blinded path. This is
because in a blinded path, the final hops final cltv delta will be
included in the blinded path's accumlated cltv delta value.

With this commit, we remove the responsibility of remembering not to set
the `finalHop.cltvDelta` from the caller of `newRoute`. The relevant
test is updated accordingly.
2024-07-10 17:51:56 +02:00
..
lncli routing: dont include final hop cltv in blinded path 2024-07-10 17:51:56 +02:00
lnd multi: extract wallet initialization 2021-10-08 12:13:15 +02:00