We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c06650 commit 6f87003Copy full SHA for 6f87003
lib/lambda_ethereum_consensus/beacon/beacon_node.ex
@@ -78,7 +78,7 @@ defmodule LambdaEthereumConsensus.Beacon.BeaconNode do
78
end
79
80
81
- defp get_libp2p_args do
+ defp get_libp2p_args() do
82
config = Application.fetch_env!(:lambda_ethereum_consensus, :discovery)
83
port = Keyword.fetch!(config, :port)
84
bootnodes = Keyword.fetch!(config, :bootnodes)
0 commit comments