mirror of
https://github.com/kvazar-network/crawler.git
synced 2025-01-08 22:27:56 +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
|
// Update current block state
|
||||||
file_put_contents(
|
file_put_contents(
|
||||||
__DIR__ . '/../.state',
|
__DIR__ . '/../.state',
|
||||||
$block
|
$block + 1
|
||||||
);
|
);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user