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

Commit

Permalink
change parameters in fethcer
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 ddf18de commit c6777e4
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 @@ -123,7 +123,7 @@ defmodule StarknetExplorer.Blockchain.StateSyncSystem do
{:ok, next_to_fetch - 1}
end

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

maybe_fetch_another(state)

Expand Down

0 comments on commit c6777e4

Please sign in to comment.