Skip to content

Commit

Permalink
pass asyncRunner to builder (#8798)
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Fukushima <[email protected]>
  • Loading branch information
gfukushima authored Oct 31, 2024
1 parent f8349e6 commit 2b7a104
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ public int getLatestFinalizedState(
.map(
storeData ->
StoreBuilder.create()
.asyncRunner(asyncRunner)
.onDiskStoreData(storeData)
.metricsSystem(new NoOpMetricsSystem())
.specProvider(eth2NetworkOptions.getNetworkConfiguration().getSpec())
Expand Down

0 comments on commit 2b7a104

Please sign in to comment.