Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Nov 6, 2023
1 parent 16f7e26 commit 3894f97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public SafeFuture<BuilderPayload> builderGetPayload(
if (maybeProcessedSlot.isEmpty()) {
LOG.warn(
"Blinded block seems to not be built via either builder or local EL. Trying to unblind it via builder endpoint anyway.");
return getPayloadFromBuilder(signedBlindedBlockContainer);
return getPayloadFromBuilder(signedBlindedBlockContainer.getSignedBlock());
}

final SafeFuture<HeaderWithFallbackData> headerWithFallbackDataFuture =
Expand Down

0 comments on commit 3894f97

Please sign in to comment.