Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Apr 15, 2024
1 parent 465b6fe commit 2e38a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tonpy/blockscanner/blockscanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def process_shard(x, prev_data=None, lc=None, loglevel=None, known_shards=None,
if old_min < i.seqno < x.seqno:
old_min = i.seqno

data += f" Nearest: {old_min}, it's {x.id.seqno - old_min} away"
data += f" Nearest: {old_min}, it's {x.seqno - old_min} away"
logger.info(data)

if prev_data is None:
Expand Down

0 comments on commit 2e38a19

Please sign in to comment.