Skip to content

Commit

Permalink
Fix the log message
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 10, 2024
1 parent c352927 commit 77b264e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/src/api/impl/validator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ export function getValidatorApi({
randaoReveal,
graffiti: toGraffitiBuffer(graffiti || ""),
});
logger.debug("Produced phase 0 block body", loggerContext);
logger.debug("Produced common block body", loggerContext);

// Start calls for building execution and builder blocks
const blindedBlockPromise = isBuilderEnabled
Expand Down

0 comments on commit 77b264e

Please sign in to comment.