diff --git a/packages/beacon-node/src/api/impl/validator/index.ts b/packages/beacon-node/src/api/impl/validator/index.ts index 5a7ebed20c48..f0f076c6c13a 100644 --- a/packages/beacon-node/src/api/impl/validator/index.ts +++ b/packages/beacon-node/src/api/impl/validator/index.ts @@ -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