Skip to content

Commit

Permalink
fixed the conflicting part
Browse files Browse the repository at this point in the history
  • Loading branch information
karasakalmt committed Jan 8, 2024
1 parent d32e584 commit f1c2687
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/lambda_ethereum_consensus/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,8 @@ defmodule LambdaEthereumConsensus.Application do
{LambdaEthereumConsensus.Libp2pPort, libp2p_opts},
{LambdaEthereumConsensus.Store.Db, []},
{LambdaEthereumConsensus.P2P.Peerbook, []},
{LambdaEthereumConsensus.ForkChoice, [checkpoint_sync]},
{LambdaEthereumConsensus.P2P.IncomingRequests, []},
{LambdaEthereumConsensus.Beacon.PendingBlocks, []},
{LambdaEthereumConsensus.Beacon.SyncBlocks, []},
{LambdaEthereumConsensus.P2P.GossipSub, []},
{LambdaEthereumConsensus.P2P.Metadata, []},
{LambdaEthereumConsensus.Beacon.BeaconNode, [checkpoint_sync]},
{LambdaEthereumConsensus.P2P.Metadata, []},
{BeaconApi.Endpoint, []}
]

Expand Down

0 comments on commit f1c2687

Please sign in to comment.