Skip to content

Commit

Permalink
add beacon_blocks_by_root to the list for discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
h3lio5 committed Dec 10, 2023
1 parent 4917cf3 commit 961e746
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ defmodule LambdaEthereumConsensus.P2P.IncomingRequests.Receiver do
"goodbye/1",
"ping/1",
"beacon_blocks_by_range/2",
"beacon_blocks_by_root/2",
"metadata/2"
]
|> Stream.map(&Enum.join([@prefix, &1, "/ssz_snappy"]))
Expand Down

0 comments on commit 961e746

Please sign in to comment.