Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Sep 21, 2023
1 parent e2f7dfb commit 16d03c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/scripts/controllers/transactions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2816,9 +2816,8 @@ export default class TransactionController extends EventEmitter {
* that either has a different hash than the provided txHash or has a type different from 'incoming'.
*
* @param {string} txHash - The transaction hash to compare with.
* @param {Object} transactions - The transactions to check in.
*
* @returns {boolean} - Returns true if there is at least one transaction that either has a different hash
* @param {object} transactions - The transactions to check in.
* @returns {boolean} Returns true if there is at least one transaction that either has a different hash
* than the provided txHash or has a type different from 'incoming'. Otherwise, it returns false.
*/
_hasNoDuplicateIncoming(txHash, transactions) {
Expand Down

0 comments on commit 16d03c3

Please sign in to comment.