1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
This commit is contained in:
Whymarrh Whitby 2020-07-23 18:01:13 -02:30 committed by GitHub
parent 1c8a4e36ad
commit 93978f139e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -434,7 +434,7 @@ export default class TransactionController extends EventEmitter {
// Since this transaction is async,
// we need to keep track of what is currently being signed,
// So that we do not increment nonce + resubmit something
// that is already being incrmented & signed.
// that is already being incremented & signed.
if (this.inProcessOfSigning.has(txId)) {
return
}