mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Mixed batches approach covers the case where all the inputs are cooperative (function publishBatchCoop) and it is better than fully non-cooperative case (function publishBatch), but it can also create such transaction if needed, i.e. if all the sweeps are non-cooperative. So we can remove functions publishBatch, publishBatchCoop, option WithMixedBatch and associated code in greedy batch selection algorithm. |
||
|---|---|---|
| .. | ||
| greedy_batch_selection.go | ||
| greedy_batch_selection_test.go | ||
| log.go | ||
| store.go | ||
| store_mock.go | ||
| sweep_batch.go | ||
| sweep_batcher.go | ||
| sweep_batcher_test.go | ||