diff --git a/ledger/narwhal/batch-header/src/lib.rs b/ledger/narwhal/batch-header/src/lib.rs index b091e178f8..c48df6252b 100644 --- a/ledger/narwhal/batch-header/src/lib.rs +++ b/ledger/narwhal/batch-header/src/lib.rs @@ -37,7 +37,7 @@ use rayon::prelude::*; #[derive(Clone, PartialEq, Eq)] pub struct BatchHeader { /// 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, /// The author of the batch. author: Address,