We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
max_path_count
channel_manager.list_usable_channels().len()
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
For convenience, here's the scenario in #3685 which is fixed by #3707:
Alice -> Bob 200k and 300k sat channels Bob -> Charlie 600k sat private channel Send a MPP payment Alice -> Charlie of size 350k sats
If we amend this scenario so that:
2
Then the regression test added in #3707 fails.
Repro here: https://github.com/lexe-app/rust-lightning/tree/max/repro-max-path-count-limit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For convenience, here's the scenario in #3685 which is fixed by #3707:
If we amend this scenario so that:
max_path_count
tochannel_manager.list_usable_channels().len()
(i.e.2
)Then the regression test added in #3707 fails.
Repro here: https://github.com/lexe-app/rust-lightning/tree/max/repro-max-path-count-limit
The text was updated successfully, but these errors were encountered: