You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When overpaying to meet `htlc_minimum_msat`, we update the path value
and recompute fees accordingly. However, so far we didn't account for
the extra paid fees in `value_contribution_msat`, which leads to it being
slightly off, potentially having us hit a debug assertion when later
checking the route's total value matches
`already_collected_value_msat`. Here, we therefore add the extra fees to
`value_contribution_msat`.
0 commit comments