Skip to content

Commit

Permalink
review: remove comment from BatchBuilder field
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoPittella committed Feb 26, 2025
1 parent 7b80750 commit 728f06f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/block-producer/src/batch_builder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ pub struct BatchBuilder {
/// Note: this _must_ be sign positive and less than 1.0.
pub failure_rate: f32,
/// The batch prover to use.
///
/// If not provided, a local batch prover is used.
batch_prover: BatchProver,
}

Expand Down

0 comments on commit 728f06f

Please sign in to comment.