Skip to content

Commit

Permalink
Fix collector only calling forkchoice after 1000 blocks instead of sy…
Browse files Browse the repository at this point in the history
…nc limit (#10362)
  • Loading branch information
Giulio2002 authored May 16, 2024
1 parent 21d889a commit 10830be
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func NewBlockCollector(logger log.Logger, engine execution_client.ExecutionEngin
beaconChainCfg: beaconChainCfg,
logger: logger,
engine: engine,
syncBackLoop: syncBackLoopAmount,
}
}

Expand Down

0 comments on commit 10830be

Please sign in to comment.