Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Rod Vagg <[email protected]>
  • Loading branch information
aarshkshah1992 and rvagg authored Jul 16, 2024
1 parent c860ed7 commit a75a6b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions node/impl/full/gas.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,6 @@ func gasEstimateGasLimit(
msg.GasFeeCap = big.Zero()
msg.GasPremium = big.Zero()

log.Infof("gasEstimateGasLimit: msg.GasLimit set to %d, buildconstants.BlockGasLimit: %d", msg.GasLimit, buildconstants.BlockGasLimit)

res, _, ts, err := gasEstimateCallWithGas(ctx, cstore, smgr, mpool, &msg, currTs)
if err != nil {
return -1, xerrors.Errorf("gas estimation failed: %w", err)
Expand Down

0 comments on commit a75a6b8

Please sign in to comment.