Skip to content

Commit

Permalink
switch order between metadata and beacon node processes
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkenan committed Apr 23, 2024
1 parent 355e20b commit c6edc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lambda_ethereum_consensus/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ defmodule LambdaEthereumConsensus.Application do
defp get_children(:full) do
get_children(:db) ++
[
LambdaEthereumConsensus.Beacon.BeaconNode,
LambdaEthereumConsensus.P2P.Metadata,
LambdaEthereumConsensus.Beacon.BeaconNode,
BeaconApi.Endpoint
]
end
Expand Down

0 comments on commit c6edc89

Please sign in to comment.