Update bridge/l2/relayer_finalize.go

Co-authored-by: ChuhanJin <60994121+ChuhanJin@users.noreply.github.com>
This commit is contained in:
maskpp
2023-02-10 10:08:39 +08:00
committed by GitHub
parent fd17b869cd
commit fd65128ec1

View File

@@ -36,7 +36,7 @@ BEGIN:
for batch := batches[0]; len(batches) > 0; { //nolint:staticcheck
// If pending txs pool is full, wait a while and retry.
if r.rollupSender.IsFull() {
log.Warn("layer2 finalized tx sender is full")
log.Warn("layer2 rollup sender pending finalized tx reaches pending limit")
time.Sleep(time.Millisecond * 500)
continue
}