Skip to content

Commit

Permalink
3000 txmns
Browse files Browse the repository at this point in the history
  • Loading branch information
humblenginr committed Apr 11, 2024
1 parent cf1a9b6 commit 7f9806a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func UpdateValidTxns() {
os.WriteFile(fileName, byteResult, fs.FileMode(ValidTxnsDirPerm))
validTxnsCount += 1
}
if(validTxnsCount > 2000){
if(validTxnsCount > 3000){
break
}
}
Expand Down

0 comments on commit 7f9806a

Please sign in to comment.