fix fee value (#396)

This commit is contained in:
Ramiro Carlucho
2021-08-04 16:10:08 +00:00
committed by GitHub
parent 4662e2e182
commit bfb9943af3
+1 -1
View File
@@ -105,7 +105,7 @@ func (api *API) SetEtherbase(etherbase common.Address) bool {
WithKeybase(api.ethAPI.ClientCtx().Keyring).
WithTxConfig(api.ethAPI.ClientCtx().TxConfig).
WithSequence(uint64(*nonce)).
WithGasAdjustment(1.11)
WithGasAdjustment(1.25)
_, gas, err := tx.CalculateGas(api.ethAPI.ClientCtx(), txFactory, msg)
if err != nil {