You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
loop/sweepbatcher
Andras Banki-Horvath c01e8014e1
sweepbatcher: do not fail on restoring empty batches
Previously storing an empty batch would make the batcher fail to start
as spinning up a restored batch assumes that there's a primary sweep
added already. As there's no point in spinning up such batch we can just
skip over it.
Furthermore we'll ensure that we won't try to ever publish an empty
batch to avoid setting the fee rate too early.
4 months ago
..
log.go
store.go loopdb+sweepbatcher: add the DropBatch call 4 months ago
store_mock.go loopdb+sweepbatcher: add the DropBatch call 4 months ago
sweep_batch.go sweepbatcher: do not fail on restoring empty batches 4 months ago
sweep_batcher.go sweepbatcher: do not fail on restoring empty batches 4 months ago
sweep_batcher_test.go