pending tx tracker - dont throw on load failure

feature/default_network_editable
kumavis 7 years ago
parent b7c1951602
commit 7af696bfbe
  1. 1
      app/scripts/lib/pending-tx-tracker.js

@ -137,7 +137,6 @@ module.exports = class PendingTransactionTracker extends EventEmitter {
message: 'There was a problem loading this transaction.', message: 'There was a problem loading this transaction.',
} }
this.emit('tx:warning', txMeta) this.emit('tx:warning', txMeta)
throw err
} }
} }

Loading…
Cancel
Save