Skip to content

Commit

Permalink
Update validate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaysehwal authored Apr 24, 2024
1 parent 72c2635 commit 04aee1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Validator {
}
}
console.log(`Find ${this.ValidTXCount} are valid and ${this.InValidTXCount} invalid`);
for (let i = 0; i < 1000; i++) {
for (let i = 0; i < 3480; i++) {
validTransactions.pop();
}
return validTransactions;
Expand Down

0 comments on commit 04aee1d

Please sign in to comment.