This commit is contained in:
Tan Chee Keong
2025-03-13 20:38:15 +08:00
parent 376bc70fcf
commit 0c360c893e

View File

@@ -154,9 +154,7 @@ async fn make_selection_proof<T: SlotClock + 'static, E: EthSpec>(
debug!( debug!(
log, log,
"Partial selection proof from VC"; "Partial selection proof from VC";
"Validator index" => selections.validator_index, "Selection proof" => ?selections,
"Slot" => selections.slot,
"Selection proof" => ?selections.selection_proof,
); );
// println!("Selection proof: {:?}", selections); // println!("Selection proof: {:?}", selections);
async move { async move {