Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Feb 23, 2024
1 parent 589e2ae commit 83fadef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
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.1a1",
version="0.0.0.1.2b0" if not IS_DEV else "0.0.0.3.1b1",
author="Disintar LLP",
author_email="andrey@head-labs.com",
description="Types / API for TON blockchain",
Expand Down
2 changes: 1 addition & 1 deletion src/tonpy/blockscanner/blockscanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def process_block(block, lc):
lt = None

while not ready:
answer = lc.list_block_transactions_ext(block['block_id'], 1,
answer = lc.list_block_transactions_ext(block['block_id'], 256,
account_address=account_address,
lt=lt)
ready = not answer.incomplete
Expand Down
1 change: 0 additions & 1 deletion tonpy

This file was deleted.

0 comments on commit 83fadef

Please sign in to comment.