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
Right now when we send to a blinded route with only 1 hop after the intropoint we immediatly fail the payment and won't retry. The main reason for this was that we did not want to penalize the introduction node pair to the final hop because it could be gamed potentially.
However I think in combination of making the MC data for blinded paths volatile (not persisting the data) we can also get rid of this check as well:
ziggie1984
changed the title
[feature]: MPP compatibility for single hop blined paths
[feature]: MPP compatibility for single hop blinded paths
Dec 4, 2024
Right now when we send to a blinded route with only 1 hop after the intropoint we immediatly fail the payment and won't retry. The main reason for this was that we did not want to penalize the introduction node pair to the final hop because it could be gamed potentially.
However I think in combination of making the MC data for blinded paths volatile (not persisting the data) we can also get rid of this check as well:
lnd/routing/result_interpretation.go
Lines 514 to 518 in e30e43e
The text was updated successfully, but these errors were encountered: