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 {