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

Update tx:dropped return value in PendingTxTracker (#8397)

This commit is contained in:
Whymarrh Whitby 2020-04-26 00:03:25 -02:30 committed by GitHub
parent d612f9988e
commit 8dd886a25b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,7 +197,8 @@ class PendingTransactionTracker extends EventEmitter {
}
if (taken || dropped) {
return this.emit('tx:dropped', txId)
this.emit('tx:dropped', txId)
return
}
// get latest transaction status