mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 13:25:43 +01:00
21d87f7075
This is the simplest possible fix: increase the target amount until we get the desired number of parts, while still bucketizing payments together that are in approximately the same size. The current logic puts all payments that are in the range x < amount <= 16*x in the same bucket, making them harder to distinguish. Changelog-Fixed: pay: The `presplit` modifier now supports large payments without exhausting the available HTLCs. |
||
---|---|---|
.. | ||
data | ||
plugins | ||
vectors | ||
benchmark.py | ||
conftest.py | ||
db.py | ||
fixtures.py | ||
test_closing.py | ||
test_connection.py | ||
test_db.py | ||
test_gossip.py | ||
test_invoices.py | ||
test_misc.py | ||
test_onion.py | ||
test_pay.py | ||
test_plugin.py | ||
test_wallet.py | ||
utils.py |