File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
signature_scheme/bls_multi_signature Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ) ]
2020pub 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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments