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 e75374a commit 3f16246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequencesender/sequencesender.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ 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 3f16246

Please sign in to comment.