mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 02:02:10 +02:00
multi: update linter, fix new issues
This commit is contained in:
@@ -323,7 +323,7 @@ func (q *DiskOverflowQueue[T]) drainInputList() {
|
||||
|
||||
// What we do with this new item depends on what the mode of the
|
||||
// queue currently is.
|
||||
for q.pushToActiveQueue(task) { //nolint:revive
|
||||
for q.pushToActiveQueue(task) {
|
||||
// We retry until the task is handled or the quit
|
||||
// channel is closed.
|
||||
}
|
||||
|
Reference in New Issue
Block a user