Skip to content

Commit a53725b

Browse files
committed
add ABI with removed functions from contract
1 parent 3c454e7 commit a53725b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

rollup/da_syncer/batch_queue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func (bq *BatchQueue) processAndDeleteBatch(batch da.Entry) da.EntryWithBlocks {
159159
// In case of a restart or crash we can continue from the last processed batch (and its metadata).
160160
rawdb.WriteDAProcessedBatchMeta(bq.db, bq.previousBatch)
161161

162-
log.Info("processing batch", "batchIndex", entryWithBlocks.BatchIndex(), "L1BlockNumber", entryWithBlocks.L1BlockNumber(), "totalL1MessagesPopped", entryWithBlocks.TotalL1MessagesPopped(), "previousBatch", bq.previousBatch.BatchIndex, "previousL1BlockNumber", bq.previousBatch.L1BlockNumber, "previous TotalL1MessagesPopped", bq.previousBatch.TotalL1MessagesPopped)
162+
log.Debug("processing batch", "batchIndex", entryWithBlocks.BatchIndex(), "L1BlockNumber", entryWithBlocks.L1BlockNumber(), "totalL1MessagesPopped", entryWithBlocks.TotalL1MessagesPopped(), "previousBatch", bq.previousBatch.BatchIndex, "previousL1BlockNumber", bq.previousBatch.L1BlockNumber, "previous TotalL1MessagesPopped", bq.previousBatch.TotalL1MessagesPopped)
163163

164164
bq.previousBatch = &rawdb.DAProcessedBatchMeta{
165165
L1BlockNumber: entryWithBlocks.L1BlockNumber(),

0 commit comments

Comments
 (0)