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 3f16246 commit 31f6b0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ func runL1InfoTreeSyncerIfNeeded(
cfg.L1InfoTreeSync.MaxRetryAttemptsAfterError,
l1infotreesync.FlagNone,
)
log.Infof("zjg, cfg.L1InfoTreeSync.GlobalExitRootAddr:%v, cfg.L1InfoTreeSync.RollupManagerAddr %v", cfg.L1InfoTreeSync.GlobalExitRootAddr, cfg.L1InfoTreeSync.RollupManagerAddr)
if err != nil {
log.Fatal(err)
}
Expand Down
1 change: 0 additions & 1 deletion sequencesender/sequencesender.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ func (s *SequenceSender) tryToSendSequence(ctx context.Context) {
s.logger.Errorf("error estimating gas: ", err)
return
}
panic("zjg, done")
// Add sequence tx
err = s.sendTx(ctx, false, nil, tx.To(), firstBatch.BatchNumber(), lastBatch.BatchNumber(), tx.Data(), gas)
if err != nil {
Expand Down

0 comments on commit 31f6b0e

Please sign in to comment.