mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
space
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user