Skip to content

Commit

Permalink
fix assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Dec 21, 2024
1 parent d2db462 commit 04afb4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ default FetchBlockTask createFetchBlockTask(final Bytes32 blockRoot) {
FetchBlockTask createFetchBlockTask(Bytes32 blockRoot, Optional<Eth2Peer> preferredPeer);

default FetchBlobSidecarsTask createFetchBlobSidecarsTask(
Bytes32 blockRoot, List<BlobIdentifier> blobIdentifiers) {
final Bytes32 blockRoot, final List<BlobIdentifier> blobIdentifiers) {
return createFetchBlobSidecarsTask(blockRoot, blobIdentifiers, Optional.empty());
}

Expand Down

0 comments on commit 04afb4a

Please sign in to comment.