This repository was archived by the owner on Jan 27, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
crates/validator/src/validators/synthetic_data Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1302,12 +1302,8 @@ impl SyntheticDataValidator<WalletProvider> {
13021302 nodes_with_wrong_work_unit_claims. extend ( wrong_claim_nodes) ;
13031303 }
13041304
1305- println ! (
1306- "toploc_nodes_to_invalidate: {toploc_nodes_to_invalidate:?}"
1307- ) ;
1308- println ! (
1309- "nodes_with_wrong_work_unit_claims: {nodes_with_wrong_work_unit_claims:?}"
1310- ) ;
1305+ println ! ( "toploc_nodes_to_invalidate: {toploc_nodes_to_invalidate:?}" ) ;
1306+ println ! ( "nodes_with_wrong_work_unit_claims: {nodes_with_wrong_work_unit_claims:?}" ) ;
13111307
13121308 for work_key in & group. sorted_work_keys {
13131309 if let Some ( work_info) = self . get_work_info_from_redis ( work_key) . await ? {
You can’t perform that action at this time.
0 commit comments