From 52854a0d12b10e9a3c3235c223aa8db8268ee3da Mon Sep 17 00:00:00 2001 From: Tan Chee Keong Date: Wed, 19 Mar 2025 12:28:19 +0800 Subject: [PATCH] Add public key in log --- validator_client/validator_services/src/duties_service.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/validator_client/validator_services/src/duties_service.rs b/validator_client/validator_services/src/duties_service.rs index 9774044efe..95dc673792 100644 --- a/validator_client/validator_services/src/duties_service.rs +++ b/validator_client/validator_services/src/duties_service.rs @@ -155,6 +155,7 @@ async fn make_selection_proof( log, "Partial selection proof from VC"; "Selection proof" => ?selections, + "Public key" => ?duty.pubkey, ); // println!("Selection proof: {:?}", selections); async move {