fix fee value (#396)

This commit is contained in:
Ramiro Carlucho 2021-08-04 13:10:08 -03:00 committed by GitHub
parent 4662e2e182
commit bfb9943af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {