Add missing tx manager state

feature/default_network_editable
Dan Finlay 8 years ago
parent bce4af2dca
commit d05d9a5f57
  1. 1
      app/scripts/transaction-manager.js

@ -373,6 +373,7 @@ module.exports = class TransactionManager extends EventEmitter {
// - `'signed'` the tx is signed
// - `'submitted'` the tx is sent to a server
// - `'confirmed'` the tx has been included in a block.
// - `'failed'` the tx failed for some reason, included on tx data.
_setTxStatus (txId, status) {
var txMeta = this.getTx(txId)
txMeta.status = status

Loading…
Cancel
Save