From 77b264e9c727d2426681e2870c9b382ef40eb525 Mon Sep 17 00:00:00 2001 From: Nazar Hussain Date: Wed, 10 Jan 2024 11:48:47 +0100 Subject: [PATCH] Fix the log message --- packages/beacon-node/src/api/impl/validator/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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