Skip to content

Commit a306b53

Browse files
committed
Replace error for reason
1 parent 0f8a816 commit a306b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup/internal/controller/relayer/l2_relayer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ func (r *Layer2Relayer) ProcessPendingBatches() {
345345
}
346346
if !forceSubmit {
347347
if skip, err := r.skipSubmitByFee(oldest); skip {
348-
log.Debug("Skipping batch submission", "error", err)
348+
log.Debug("Skipping batch submission", "reason", err)
349349
return
350350
}
351351
}

0 commit comments

Comments
 (0)