Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
remove -1 from server call
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Pittella authored and Santiago Pittella committed Oct 18, 2023
1 parent 298b6ec commit b01148d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/starknet_explorer/blockchain/state_sync_system.ex
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ defmodule StarknetExplorer.Blockchain.StateSyncSystem do
{:ok, next_to_fetch - 1}
end

state = %{state | next_to_fetch: next_to_fetch - 1}
state = %{state | next_to_fetch: next_to_fetch}

maybe_fetch_another(state)

Expand Down

0 comments on commit b01148d

Please sign in to comment.