Skip to content

Commit

Permalink
fix docs format (#2542)
Browse files Browse the repository at this point in the history
fix docs format for replay_stage.rs
  • Loading branch information
yihau authored Aug 12, 2024
1 parent c86dba1 commit d34b0b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/replay_stage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1999,6 +1999,7 @@ impl ReplayStage {
/// - Bank forks already contains a bank for this leader slot
/// - We have not landed a vote yet and the `wait_for_vote_to_start_leader` flag is set
/// - We have failed the propagated check
///
/// Returns whether a new working bank was created and inserted into bank forks.
#[allow(clippy::too_many_arguments)]
fn maybe_start_leader(
Expand Down

0 comments on commit d34b0b3

Please sign in to comment.