Skip to content

Commit

Permalink
Minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirko-von-Leipzig committed Nov 29, 2024
1 parent d2163ba commit 4b73912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/block-producer/src/batch_builder/batch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ impl TransactionBatch {
/// # Errors
///
/// Returns an error if:
/// - There are duplicated output notes or unauthenticated notes found across all transactions
/// - There are duplicated output notes or unauthenticated notes found across all transactions
/// in the batch.
/// - Hashes for corresponding input notes and output notes don't match.
#[instrument(target = "miden-block-producer", name = "new_batch", skip_all, err)]
Expand Down

0 comments on commit 4b73912

Please sign in to comment.