Skip to content

Commit 02a8b97

Browse files
committed
chore(logging): downgrade GasEstimateMessageGas info log to debug
1 parent df35dc1 commit 02a8b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/impl/full/gas.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ func gasEstimateGasLimit(
329329

330330
ret := res.MsgRct.GasUsed
331331

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

334334
transitionalMulti := 1.0
335335
// Overestimate gas around the upgrade

0 commit comments

Comments
 (0)