-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
routing: fix mc blinded path behaviour.
Because we hot swap the target public key when sending to a blinded path (pathfinding logic to enable mpp support for blinded payments) we penalize the first hop after the intro node. Also added a TODO which only keeps the mc data for blinded paths in memory and discards it afterwards, because this data will never be reused as soon as the invoice is expired or settled.
- Loading branch information
1 parent
41c2521
commit a1ed30d
Showing
2 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters