Skip to content

Commit

Permalink
chore(logging): downgrade GasEstimateMessageGas info log to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Oct 23, 2024
1 parent df35dc1 commit 02a8b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/impl/full/gas.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ func gasEstimateGasLimit(

ret := res.MsgRct.GasUsed

log.Infow("GasEstimateMessageGas CallWithGas Result", "GasUsed", ret, "ExitCode", res.MsgRct.ExitCode)
log.Debugw("GasEstimateMessageGas CallWithGas Result", "GasUsed", ret, "ExitCode", res.MsgRct.ExitCode)

transitionalMulti := 1.0
// Overestimate gas around the upgrade
Expand Down

0 comments on commit 02a8b97

Please sign in to comment.