Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Longarithm committed Jun 4, 2024
1 parent 9f7e29d commit 766d9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/state-viewer/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ pub(crate) fn print_epoch_analysis(
"{epoch_height: >5} {state_syncs: >5} {: >5}",
new_assignment.iter().fold(0, |acc, x| acc + x.len())
);
assert_eq!(epoch_info_t2.as_ref(), &epoch_info, "err");
// assert_eq!(epoch_info_t2.as_ref(), &epoch_info, "err");
}
}

Expand Down

0 comments on commit 766d9e2

Please sign in to comment.