Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Nov 15, 2023
1 parent eae8d66 commit b448d74
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,19 +407,6 @@ private void setupExecutionLayerBlockAndBlobsProduction() {
.thenAnswer(__ -> Optional.of(cachedExecutionPayloadResult));
}

private void setupCachedBlobsBundle(final UInt64 slot) {
// only BlobsBundle is required
final ExecutionPayloadResult executionPayloadResult =
new ExecutionPayloadResult(
null,
Optional.empty(),
Optional.of(SafeFuture.completedFuture(blobsBundle)),
Optional.empty(),
Optional.empty());
when(executionLayer.getCachedPayloadResult(slot))
.thenReturn(Optional.of(executionPayloadResult));
}

private List<SszKZGCommitment> getCommitmentsFromBlobsBundle() {
return blobsBundle
.map(
Expand Down

0 comments on commit b448d74

Please sign in to comment.