Skip to content

Commit

Permalink
fix the weight
Browse files Browse the repository at this point in the history
  • Loading branch information
1e9abhi1e10 committed Apr 29, 2024
1 parent a3c106c commit 9ba111a
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[:3000]:
for tx in unverified_txns[:2000]:
verified_tx = pre_process_transaction(tx)
transactions.append(verified_tx)

Expand Down

0 comments on commit 9ba111a

Please sign in to comment.