mirror of
https://github.com/kvazar-network/crawler.git
synced 2025-01-09 14:48:13 +00:00
fix block offset
This commit is contained in:
parent
c753e48a21
commit
eb0f76e185
@ -376,6 +376,6 @@ for ($block = $state; $block <= $blocks; $block++)
|
||||
// Update current block state
|
||||
file_put_contents(
|
||||
__DIR__ . '/../.state',
|
||||
$block
|
||||
$block + 1
|
||||
);
|
||||
}
|
Loading…
Reference in New Issue
Block a user