Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danfinlay committed Jul 19, 2019
1 parent ce1784c commit c7f0405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/controllers/transactions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ 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 submitted.
// that is already being incrmented & signed.
if (this.pendingApprovals.has(txId)) {
return
}
Expand Down

0 comments on commit c7f0405

Please sign in to comment.