Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix MPP path-finding edge case #1685

Merged
merged 1 commit into from
Feb 8, 2021
Merged

Fix MPP path-finding edge case #1685

merged 1 commit into from
Feb 8, 2021

Conversation

t-bast
Copy link
Member

@t-bast t-bast commented Feb 8, 2021

Obviously the route amount must be strictly positive.

We don't control htlcMinimumMsat (it is set by our peer) and for backwards compatibility reasons we allow it to be 0 msat (even though it doesn't make much sense), so we need to enrich our condition to detect empty channels.

shame

Obviously the route amount must be strictly positive.
We don't control htlcMinimumMsat (it is set by our peer) and for backwards
compatibility reasons we allow it to be 0 msat (even though it doesn't make
much sense), so we need to enrich our condition to detect empty channels.
@t-bast t-bast requested a review from pm47 February 8, 2021 10:12
@t-bast t-bast merged commit 5d3958d into master Feb 8, 2021
@t-bast t-bast deleted the path-finding-bug branch February 8, 2021 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants