From 0a098f27df5d35db35297bb76b4d85aa8d6c0b13 Mon Sep 17 00:00:00 2001 From: Eitan Seri- Levi Date: Mon, 9 Feb 2026 19:33:12 -0800 Subject: [PATCH] Remove unecessary fields --- validator_client/validator_services/src/block_service.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator_client/validator_services/src/block_service.rs b/validator_client/validator_services/src/block_service.rs index 2e20ec736e..1b97e2342f 100644 --- a/validator_client/validator_services/src/block_service.rs +++ b/validator_client/validator_services/src/block_service.rs @@ -636,7 +636,7 @@ impl BlockService { /// and fetch/publish the envelope from that same node. The envelope is cached per-BN, /// so fetching from a different BN than the one that built the block will fail. /// See: https://github.com/sigp/lighthouse/pull/8313 - #[instrument(skip_all, fields(%slot, ?validator_pubkey))] + #[instrument(skip_all)] async fn fetch_sign_and_publish_payload_envelope( &self, proposer_fallback: ProposerFallback,