Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Mar 13, 2024
1 parent 1a319da commit 42e3cc4
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.7c1",
version="0.0.0.1.2b0" if not IS_DEV else "0.0.0.3.8a1",
author="Disintar LLP",
author_email="andrey@head-labs.com",
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 @@ -669,6 +669,7 @@ def load_historical(self):

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

start_emulate_at = time()
Expand Down

0 comments on commit 42e3cc4

Please sign in to comment.