Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Mar 3, 2024
1 parent dd58ec6 commit 4a3b314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def finalize_options(self):

setup(
name="tonpy" if not IS_DEV else "tonpy-dev",
version="0.0.0.1.2b0" if not IS_DEV else "0.0.0.3.7a1",
version="0.0.0.1.2b0" if not IS_DEV else "0.0.0.3.7b1",
author="Disintar LLP",
author_email="[email protected]",
description="Types / API for TON blockchain",
Expand Down
1 change: 1 addition & 0 deletions src/tonpy/blockscanner/blockscanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ def load_historical(self):
f"\n\tChunks count: {len(txs)}, {sum([len(i[2]) for i in txs])} TXs")

if not self.emulate_before_output:
self.out_queue.put(txs)
continue

start_emulate_at = time()
Expand Down

0 comments on commit 4a3b314

Please sign in to comment.