2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-09 19:10:47 +00:00
loop/sweepbatcher
Boris Nagaev e8141578ac
sweepbatcher: MinFeeRate -> WithCustomFeeRate
The reason is because we want to know in advance if fee rates come from
an external source or are determined by sweepbatcher internally.

Also remove WithNoBumping option. It is now a part of WithCustomFeeRate:
if WithCustomFeeRate is passed, automatic fee bumping by sweepbatcher
is disabled.
2024-07-18 13:38:57 -03:00
..
log.go sweepbatcher: fix too long lines 2024-05-29 12:17:18 -03:00
store_mock.go Revert "sweepbatcher/StoreMock: load LoopOut from loopdb" 2024-05-31 12:28:02 -03:00
store.go sweepbatcher: fix spawning condition "unattached" spend notifiers 2024-07-11 13:15:39 +02:00
sweep_batch.go sweepbatcher: MinFeeRate -> WithCustomFeeRate 2024-07-18 13:38:57 -03:00
sweep_batcher_test.go sweepbatcher: MinFeeRate -> WithCustomFeeRate 2024-07-18 13:38:57 -03:00
sweep_batcher.go sweepbatcher: MinFeeRate -> WithCustomFeeRate 2024-07-18 13:38:57 -03:00