use txMeta.txParams

feature/default_network_editable
Bruno Barbieri 7 years ago
parent 03d17c75ae
commit 7dc1b09f94
  1. 2
      app/scripts/lib/tx-state-manager.js

@ -226,7 +226,7 @@ module.exports = class TransactionStateManger extends EventEmitter {
const txs = this.getTxList()
// Filter out the ones from the current account
const otherAccountTxs = txs.filter((txMeta) => txMeta.from !== address)
const otherAccountTxs = txs.filter((txMeta) => txMeta.txParams.from !== address)
// Update state
this._saveTxList(otherAccountTxs)

Loading…
Cancel
Save