Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zjg555543 committed Nov 7, 2024
1 parent ef7146b commit 257ede2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sequencesender/sequencesender.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ func (s *SequenceSender) batchRetrieval(ctx context.Context) error {
// Try to retrieve batch from RPC
rpcBatch, err := s.rpcClient.GetBatch(currentBatchNumber)
log.Infof("zjg, rpcClient batch: %v, l2 data len:%v, accInputHash:%v,lastL2BlockTimestamp:%v", rpcBatch.BatchNumber(), len(rpcBatch.L2Data()), rpcBatch.AccInputHash(), rpcBatch.LastL2BLockTimestamp())
rpcBatch.Cu
if err != nil {
if errors.Is(err, ethtxmanager.ErrNotFound) {
s.logger.Infof("batch %d not found in RPC", currentBatchNumber)
Expand Down

0 comments on commit 257ede2

Please sign in to comment.