Skip to content

Commit

Permalink
Fix traces
Browse files Browse the repository at this point in the history
  • Loading branch information
ancazamfir committed Feb 4, 2025
1 parent 8825200 commit 7945ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/crates/core-state-machine/src/traces/line.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub enum Line {
/// L11 - non-proposer: schedule proposeTimeout
L11NonProposer,

/// L49 - valid v and precommit quorum: commit
/// L14 - check if proposer
L14,

/// L16 - validValue
Expand Down Expand Up @@ -57,7 +57,7 @@ pub enum Line {
/// L32 - invalid value
L32InvalidValue,

/// L34 - proposal in propose step: prevote
/// L34 - polka any: schedule prevoteTimeout
L34,

/// L35 - prevoteTimeout scheduled
Expand Down

0 comments on commit 7945ab2

Please sign in to comment.