mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Update transactions.js
This commit is contained in:
parent
234c2417ca
commit
96fc916024
@ -60,7 +60,7 @@ module.exports = class TransactionController extends EventEmitter {
|
||||
this.txStateManager.getFilteredTxList({
|
||||
status: 'approved',
|
||||
}).forEach((txMeta) => {
|
||||
const txSignError = new Error('Transaction was interrupted during signing process')
|
||||
const txSignError = new Error('Transaction found as "approved" during boot - possibly stuck during signing')
|
||||
this.txStateManager.setTxStatusFailed(txMeta.id, txSignError)
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user