diff --git a/validator_client/validator_services/src/duties_service.rs b/validator_client/validator_services/src/duties_service.rs index c6280a59ff..e99e2c9cb2 100644 --- a/validator_client/validator_services/src/duties_service.rs +++ b/validator_client/validator_services/src/duties_service.rs @@ -154,9 +154,7 @@ async fn make_selection_proof( debug!( log, "Partial selection proof from VC"; - "Validator index" => selections.validator_index, - "Slot" => selections.slot, - "Selection proof" => ?selections.selection_proof, + "Selection proof" => ?selections, ); // println!("Selection proof: {:?}", selections); async move {