Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
ensi321 committed Dec 17, 2024
1 parent 1722971 commit f031dc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export async function beaconBlocksMaybeBlobsByRoot(

let allBlobSidecars: deneb.BlobSidecar[];
if (blobIdentifiers.length > 0) {
allBlobSidecars = await network.sendBlobSidecarsByRoot(peerId, blobIdentifiers); // TODO
allBlobSidecars = await network.sendBlobSidecarsByRoot(peerId, blobIdentifiers);
} else {
allBlobSidecars = [];
}
Expand Down

0 comments on commit f031dc3

Please sign in to comment.