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 0ea3881 commit 8ce8c66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sequencesender/sequencesender.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ func (s *SequenceSender) tryToSendSequence(ctx context.Context) {

sequence.SetLastVirtualBatchNumber(atomic.LoadUint64(&s.latestVirtualBatchNumber))

log.Infof("zjg, SenderAddress:%v, to:%v", s.cfg.SenderAddress.String(), tx.To().String())
gas, err := s.etherman.EstimateGas(ctx, s.cfg.SenderAddress, tx.To(), nil, tx.Data())
if err != nil {
s.logger.Errorf("error estimating gas: ", err)
Expand Down

0 comments on commit 8ce8c66

Please sign in to comment.