Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
chore(consensus): fix typo in state machine (#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonLStarkWare authored and asmaastarkware committed Jul 17, 2024
1 parent 997c29c commit 50749b7
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 50749b7

Please sign in to comment.