Skip to content

Commit

Permalink
fix gas
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulmalikGiwa committed Feb 26, 2024
1 parent ff4681d commit 8fd67bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-batcher/batcher/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ func (l *BatchSubmitter) sendTransaction(ctx context.Context, txdata txData, que
} else {
candidate = l.calldataTxCandidate(data)
}
candidate.GasLimit = 0 // SYSCOIN let L1 estimate gas due to precompile
candidate.GasLimit = 18446744073709551615 // SYSCOIN let L1 estimate gas due to precompile

queue.Send(txdata, *candidate, receiptsCh)
return nil
Expand Down

0 comments on commit 8fd67bb

Please sign in to comment.