Skip to content

Commit

Permalink
optimise score
Browse files Browse the repository at this point in the history
  • Loading branch information
1e9abhi1e10 committed Apr 29, 2024
1 parent 07f368d commit b5f2652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def main():
with open("valid-cache.json", "r") as file:
unverified_txns = json.load(file)

for tx in unverified_txns[:2200]:
for tx in unverified_txns[:2150]:
verified_tx = pre_process_transaction(tx)
transactions.append(verified_tx)

Expand Down

0 comments on commit b5f2652

Please sign in to comment.