Skip to content

Commit

Permalink
Fix outdated comment.
Browse files Browse the repository at this point in the history
Batch headers no longer include last election certificate ID.
  • Loading branch information
acoglio committed Jan 23, 2025
1 parent 7c4a910 commit f4a1210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/narwhal/batch-header/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use rayon::prelude::*;
#[derive(Clone, PartialEq, Eq)]
pub struct BatchHeader<N: Network> {
/// The batch ID, defined as the hash of the author, round number, timestamp, transmission IDs,
/// committee ID, previous batch certificate IDs, and last election certificate IDs.
/// committee ID, and previous batch certificate IDs.
batch_id: Field<N>,
/// The author of the batch.
author: Address<N>,
Expand Down

0 comments on commit f4a1210

Please sign in to comment.