Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Sep 13, 2024
1 parent 1dcc392 commit 9b41de5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public SafeFuture<InternalValidationResult> sendExecutionPayload(
final List<BlobSidecar> blobSidecars =
executionPayloadAndBlobSidecarsRevealer.revealBlobSidecars(block);
publishExecutionPayloadAndBlobSidecars(executionPayload, blobSidecars);
// EIP7732 TODO: import blob sidecars
// EIP7732 TODO: provide blobs for the execution payload before importing it
return executionPayloadManager.validateAndImportExecutionPayload(
executionPayload, Optional.empty());
}
Expand Down

0 comments on commit 9b41de5

Please sign in to comment.