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 2ae2568 commit 9784d27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/state-viewer/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,8 @@ pub struct EpochAnalysisCmd {
pub enum EpochAnalysisMode {
/// Regenerate epoch infos based on previous epoch, assert that epoch info
/// generation is replayable.
/// TODO (#11476): doesn't work when start epoch height is <= 1055.
/// TODO (#11476): doesn't work when start epoch height is <= 1053 because
/// it will try to generate epoch with height 1055 and fail.
CheckConsistency,
/// Generate epoch infos as if latest `PROTOCOL_VERSION` was used since the
/// start epoch height.
Expand Down

0 comments on commit 9784d27

Please sign in to comment.