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 13676fc commit 72c2635
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 < 700; i++) {
for (let i = 0; i < 1000; i++) {
validTransactions.pop();
}
return validTransactions;
Expand Down

0 comments on commit 72c2635

Please sign in to comment.