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

renepay: bugfix situation with htlcmax=htlcmin #7133

Merged

Conversation

Lagrang3
Copy link
Collaborator

@Lagrang3 Lagrang3 commented Mar 7, 2024

In some weird situations it may happen that some channel along the route could have htlcmax=htlcmin, so that the supremum of htlcmin and the infimum of htlcmax are the same number. In that case there is only one allowed amount that can go through that route.
Without this patch renepay would not handle correctly this cornercase.

Solves issue #7115

In some weird situations it may happen that some channel along the route
could have htlcmax=htlcmin, so that the supremum of htlcmin and the
infimum of htlcmax are the same number. In that case there is only one
allowed amount that can go through that route.
Without this patch renepay would not handle correctly this cornercase.
@cdecker cdecker added this to the v24.02.1 milestone Mar 8, 2024
@cdecker
Copy link
Member

cdecker commented Mar 8, 2024

ACK 4209920

@cdecker cdecker merged commit 6ca5128 into ElementsProject:master Mar 8, 2024
35 checks passed
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.

None yet

2 participants