tx-gas-utils - query for block without tx bodies

feature/default_network_editable
kumavis 7 years ago
parent a0fe5b9190
commit 61ef4f1f29
  1. 2
      app/scripts/controllers/transactions/tx-gas-utils.js

@ -25,7 +25,7 @@ class TxGasUtil {
@returns {object} the txMeta object with the gas written to the txParams
*/
async analyzeGasUsage (txMeta) {
const block = await this.query.getBlockByNumber('latest', true)
const block = await this.query.getBlockByNumber('latest', false)
let estimatedGasHex
try {
estimatedGasHex = await this.estimateTxGas(txMeta, block.gasLimit)

Loading…
Cancel
Save