mirror of
https://github.com/lightninglabs/loop
synced 2024-11-09 19:10:47 +00:00
44d9147175
If custom fee rates are used, the algorithm is tried. It selects a batch for the sweep using the greedy algorithm, which minimizes costs, and adds the sweep to the batch. If it fails, old algorithm is used, trying to add to any batch, or starting a new batch. |
||
---|---|---|
.. | ||
greedy_batch_selection_test.go | ||
greedy_batch_selection.go | ||
log.go | ||
store_mock.go | ||
store.go | ||
sweep_batch.go | ||
sweep_batcher_test.go | ||
sweep_batcher.go |