Skip to content

Commit 554c352

Browse files
committed
fixed typos
1 parent 4d8ea05 commit 554c352

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mithril-stm/src/protocol/aggregate_signature/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub enum AggregationError {
1818
/// Errors which can be output by Mithril aggregate verification.
1919
#[derive(Debug, Clone, thiserror::Error)]
2020
pub enum AggregateSignatureError {
21-
/// This error occurs when the the serialization of the raw bytes failed
21+
/// This error occurs when the serialization of the raw bytes failed
2222
#[error("Invalid bytes")]
2323
SerializationError,
2424

mithril-stm/src/protocol/single_signature/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pub enum SignatureError {
99
#[error("Lottery for this epoch was lost.")]
1010
LotteryLost,
1111

12-
/// This error occurs when the the serialization of the raw bytes failed
12+
/// This error occurs when the serialization of the raw bytes failed
1313
#[error("Invalid bytes")]
1414
SerializationError,
1515
}

mithril-stm/src/signature_scheme/bls_multi_signature/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub enum BlsSignatureError {
1717
#[error("Invalid aggregated signature")]
1818
AggregateSignatureInvalid,
1919

20-
/// This error occurs when the the serialization of the raw bytes failed
20+
/// This error occurs when the serialization of the raw bytes failed
2121
#[error("Invalid bytes")]
2222
SerializationError,
2323

0 commit comments

Comments
 (0)