feature/default_network_editable
Dan Finlay 8 years ago
parent d2fb48f8ba
commit 7320095079
  1. 4
      app/scripts/transaction-manager.js

@ -162,8 +162,8 @@ module.exports = class TransactionManager extends EventEmitter {
// listener is assigned in metamaskController
this.emit(`${txParams.metamaskId}:formatted`, ethTx, address, txParams.metamaskId, cb)
})
}
})
}
// receives a signed tx object and updates the tx hash
// and pass it to the cb to be sent off

Loading…
Cancel
Save