Skip to content

Commit

Permalink
chore: fix typo (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
carneiro-cw authored Aug 6, 2024
1 parent f19c442 commit f75f26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eth/consensus/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub trait Consensus: Send + Sync {
let should_serve = lag <= 3;

if !should_serve {
tracing::info!(?lag, "validator and replica are too far appart");
tracing::info!(?lag, "validator and replica are too far apart");
}

return should_serve;
Expand Down

0 comments on commit f75f26e

Please sign in to comment.