Skip to content

Commit ed08c27

Browse files
LeanSerrarodrigo-o
andauthored
add todo for #1406
Co-authored-by: Rodrigo Oliveri <[email protected]>
1 parent 216ec15 commit ed08c27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/lambda_ethereum_consensus/p2p/gossip/blob_sidecar.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ defmodule LambdaEthereumConsensus.P2P.Gossip.BlobSideCar do
1818
Ssz.from_ssz(uncompressed, Types.BlobSidecar) do
1919
Logger.debug("[Gossip] Blob sidecar received, with index #{blob_index}")
2020
Libp2pPort.validate_message(msg_id, :accept)
21+
# TODO: (#1406) Enhance the API to reduce unnecessary wrappers (:ok + list)
2122
PendingBlocks.process_blobs(store, {:ok, [blob]})
2223
else
2324
{:error, reason} ->

0 commit comments

Comments
 (0)