Skip to content

Commit

Permalink
docs: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasArrachea committed Jan 17, 2025
1 parent 721b97c commit 16e6098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/block-producer/src/batch_builder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use crate::errors::BuildBatchError;

/// Builds [TransactionBatch] from sets of transactions.
///
/// Transaction sets are pulled from the [SharedMempool] at a configurable interval, and passed to a
/// Transaction sets are pulled from the [`SharedMempool`] at a configurable interval, and passed to a
/// pool of provers for proof generation. Proving is currently unimplemented and is instead
/// simulated via the given proof time and failure rate.
pub struct BatchBuilder {
Expand Down

0 comments on commit 16e6098

Please sign in to comment.