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, this is because we require each MPP path to pay at least amount / max_path_count, so if one channel can only pay a bit less we'll refuse to use it. max_path_count isn't really intended to reduce MPP, only turn it on/off, though maybe we could allow for additional MPP path finding steps to make this work.
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: