Skip to content

Commit fe6db7e

Browse files
authored
Update message.rs
1 parent 986f37d commit fe6db7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sailfish-types/src/message.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ impl<T: Committable> Message<T, Unchecked> {
299299

300300
// Validate the timeout certificate signatures:
301301
if !crt.is_valid_par(c) {
302-
warn!("invalid timeout certiticate");
302+
warn!("invalid timeout certificate");
303303
return None;
304304
}
305305

@@ -316,7 +316,7 @@ impl<T: Committable> Message<T, Unchecked> {
316316

317317
// Validate the handover certificate signatures:
318318
if !crt.is_valid_par(c) {
319-
warn!("invalid handover certiticate");
319+
warn!("invalid handover certificate");
320320
return None;
321321
}
322322

0 commit comments

Comments
 (0)