mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix typo (#9069)
This commit is contained in:
parent
1c8a4e36ad
commit
93978f139e
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user