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 216ec15 commit ed08c27Copy full SHA for ed08c27
lib/lambda_ethereum_consensus/p2p/gossip/blob_sidecar.ex
@@ -18,6 +18,7 @@ defmodule LambdaEthereumConsensus.P2P.Gossip.BlobSideCar do
18
Ssz.from_ssz(uncompressed, Types.BlobSidecar) do
19
Logger.debug("[Gossip] Blob sidecar received, with index #{blob_index}")
20
Libp2pPort.validate_message(msg_id, :accept)
21
+ # TODO: (#1406) Enhance the API to reduce unnecessary wrappers (:ok + list)
22
PendingBlocks.process_blobs(store, {:ok, [blob]})
23
else
24
{:error, reason} ->
0 commit comments