Files
pallectrum/electrum
SomberNight 95c55c542e lnworker.suggest_splits: (fix) don't force splitting
lnworker.suggest_splits for non-trampoline case tries to split amts over 5000 sat
but mpp_split.suggest_splits does not return splits where any part is smaller than 10000 sat.
So in practice, without trampoline, invoices between 5k and ~20k sats could not be paid.
This suggests that the logic should not be scattered in multiple places but merged into mpp_split.py...
This commit just does a quick fix though, to try again without splitting if there was no solution.
2024-01-15 20:12:16 +00:00
..
2023-11-13 10:47:18 +01:00
2023-12-22 11:03:58 +01:00
2023-12-04 14:15:39 +08:00
2023-12-04 14:15:39 +08:00
2023-10-27 16:01:23 +00:00
2023-12-04 14:15:39 +08:00
2023-12-04 14:15:39 +08:00
2024-01-11 17:29:42 +00:00