You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli.ErrCheck(err, quiet, "failed to obtain max fee per gas")
72
-
cli.Assert(totalFeePerGas.Cmp(maxFeePerGas) <=0, quiet, fmt.Sprintf("increased total fee per gas of %s too high; increase with --max-fee-per-gas if you are sure you want to do this", string2eth.WeiToString(totalFeePerGas, true)))
86
+
cli.Assert(totalFeePerGas.Cmp(maxFeePerGas) <=0, quiet, fmt.Sprintf("increased total fee per gas of %s higher than maximum allowed; increase with --max-fee-per-gas if you are sure you want to do this", string2eth.WeiToString(totalFeePerGas, true)))
0 commit comments