Attach the RPC error value to txMeta

feature/default_network_editable
Whymarrh Whitby 6 years ago
parent fdb023381b
commit 7c3b69e1e4
  1. 1
      app/scripts/controllers/transactions/tx-state-manager.js

@ -353,6 +353,7 @@ class TransactionStateManager extends EventEmitter {
const txMeta = this.getTx(txId)
txMeta.err = {
message: err.toString(),
rpc: err.value,
stack: err.stack,
}
this.updateTx(txMeta)

Loading…
Cancel
Save