This commit is contained in:
Tan Chee Keong
2025-03-13 19:05:39 +08:00
parent 81ee8e3f36
commit 376bc70fcf

View File

@@ -157,7 +157,6 @@ async fn make_selection_proof<T: SlotClock + 'static, E: EthSpec>(
"Validator index" => selections.validator_index, "Validator index" => selections.validator_index,
"Slot" => selections.slot, "Slot" => selections.slot,
"Selection proof" => ?selections.selection_proof, "Selection proof" => ?selections.selection_proof,
); );
// println!("Selection proof: {:?}", selections); // println!("Selection proof: {:?}", selections);
async move { async move {