diff --git a/ethereum/rpc/namespaces/miner/api.go b/ethereum/rpc/namespaces/miner/api.go index 936b5d00..5041dc25 100644 --- a/ethereum/rpc/namespaces/miner/api.go +++ b/ethereum/rpc/namespaces/miner/api.go @@ -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 {