chore(logging): downgrade GasEstimateMessageGas info log to debug

This commit is contained in:
Rod Vagg
2024-10-22 17:40:24 +11:00
parent df35dc1bc5
commit 02a8b972db

View File

@ -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