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:
parent
d612f9988e
commit
8dd886a25b
@ -197,7 +197,8 @@ class PendingTransactionTracker extends EventEmitter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (taken || dropped) {
|
if (taken || dropped) {
|
||||||
return this.emit('tx:dropped', txId)
|
this.emit('tx:dropped', txId)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// get latest transaction status
|
// get latest transaction status
|
||||||
|
Loading…
Reference in New Issue
Block a user