Skip to content

Commit cd1287a

Browse files
committed
Lint
1 parent 9e3c071 commit cd1287a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chains/evm/message/across.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,9 @@ func (h *AcrossMessageHandler) waitForConfirmations(
291291
return nil
292292
}
293293

294+
// nolint:gosec
294295
duration := time.Duration(uint64(h.blocktime) * (requiredConfirmations - confirmations.Uint64()))
295296
log.Debug().Msgf("Waiting for tx %s for %s", txHash, duration)
296-
// nolint:gosec
297297
time.Sleep(duration)
298298
}
299299
}

0 commit comments

Comments
 (0)