We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d04813 commit 22b504dCopy full SHA for 22b504d
sweep/sweeper.go
@@ -645,6 +645,12 @@ func (s *UtxoSweeper) collector(blockEpochs <-chan *chainntnfs.BlockEpoch) {
645
646
// If this input is forced, we perform an sweep
647
// immediately.
648
+ //
649
+ // TODO(ziggie): Make sure when `immediate` is selected
650
+ // as a parameter that we only trigger the sweeping of
651
+ // this specific input rather than triggering the sweeps
652
+ // of all current pending inputs registered with the
653
+ // sweeper.
654
if input.params.Immediate {
655
inputs := s.updateSweeperInputs()
656
s.sweepPendingInputs(inputs)
0 commit comments