Skip to content

Commit b880fdd

Browse files
authored
Merge branch 'main' into fix-config-name-not-base-config
2 parents c17e674 + b5f8fbb commit b880fdd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/lambda_ethereum_consensus/beacon/store_setup.ex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ defmodule LambdaEthereumConsensus.Beacon.StoreSetup do
7373
"[Sync] No recent state found. Please specify the URL to fetch them from via the --checkpoint-sync-url flag"
7474
)
7575

76+
Logger.flush()
7677
System.halt(1)
7778

7879
{_, {store, root}} ->
@@ -153,6 +154,7 @@ defmodule LambdaEthereumConsensus.Beacon.StoreSetup do
153154
_ ->
154155
Logger.error("[Checkpoint sync] Failed to fetch the latest finalized state and block")
155156

157+
Logger.flush()
156158
System.halt(1)
157159
end
158160
end
@@ -170,6 +172,8 @@ defmodule LambdaEthereumConsensus.Beacon.StoreSetup do
170172

171173
_ ->
172174
Logger.error("[Checkpoint sync] Failed to fetch the deposit snapshot")
175+
176+
Logger.flush()
173177
System.halt(1)
174178
end
175179
end

0 commit comments

Comments
 (0)