diff --git a/app/scripts/controllers/transactions/tx-gas-utils.js b/app/scripts/controllers/transactions/tx-gas-utils.js index 87f9e9134..cdb922c7d 100644 --- a/app/scripts/controllers/transactions/tx-gas-utils.js +++ b/app/scripts/controllers/transactions/tx-gas-utils.js @@ -37,7 +37,7 @@ export default class TxGasUtil { let estimatedGasHex = bnToHex(saferGasLimitBN) let simulationFails try { - estimatedGasHex = await this.estimateTxGas(txMeta, block.gasLimit) + estimatedGasHex = await this.estimateTxGas(txMeta) } catch (error) { log.warn(error) simulationFails = {