Skip to content

Commit

Permalink
chore(consensus): fix typo in state machine
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonLStarkWare committed Jul 16, 2024
1 parent 40f8574 commit 528fbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sequencing/papyrus_consensus/src/state_machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ impl StateMachine {

/// Process the incoming event.
///
/// If we are waiting for a a response to `StartRound` all other incoming events are buffered
/// If we are waiting for a response to `StartRound` all other incoming events are buffered
/// until that response arrives.
///
/// Returns a set of events for the caller to handle. The caller should not mirror the output
Expand Down

0 comments on commit 528fbcd

Please sign in to comment.