1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

pending tx tracker - dont throw on load failure

This commit is contained in:
kumavis 2017-10-02 14:56:59 -07:00
parent b7c1951602
commit 7af696bfbe

View File

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