We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986f37d commit fe6db7eCopy full SHA for fe6db7e
sailfish-types/src/message.rs
@@ -299,7 +299,7 @@ impl<T: Committable> Message<T, Unchecked> {
299
300
// Validate the timeout certificate signatures:
301
if !crt.is_valid_par(c) {
302
- warn!("invalid timeout certiticate");
+ warn!("invalid timeout certificate");
303
return None;
304
}
305
@@ -316,7 +316,7 @@ impl<T: Committable> Message<T, Unchecked> {
316
317
// Validate the handover certificate signatures:
318
319
- warn!("invalid handover certiticate");
+ warn!("invalid handover certificate");
320
321
322
0 commit comments