diff --git a/fendermint/vm/topdown/src/finality/null.rs b/fendermint/vm/topdown/src/finality/null.rs index 024f0a0f..36e27b89 100644 --- a/fendermint/vm/topdown/src/finality/null.rs +++ b/fendermint/vm/topdown/src/finality/null.rs @@ -216,7 +216,7 @@ impl FinalityWithNull { }; } - tracing::debug!(last_committed_heigh, "no non-null block after delay"); + tracing::debug!(last_committed_height, "no non-null block after delay"); Ok(None) }