filter by network for pending txs

feature/default_network_editable
frankiebee 7 years ago
parent 5bb84f6e21
commit 9c9165e930
  1. 2
      app/scripts/controllers/transactions.js

@ -47,8 +47,10 @@ module.exports = class TransactionController extends EventEmitter {
},
publishTransaction: this.txProviderUtil.publishTransaction.bind(this.txProviderUtil),
getPendingTransactions: () => {
const network = this.getNetwork()
return this.getFilteredTxList({
status: 'submitted',
metamaskNetworkId: network,
})
},
})

Loading…
Cancel
Save