From e80a9203aeba7f23dd3825a03d33f0021d5adf8e Mon Sep 17 00:00:00 2001 From: cryptoAtwill Date: Wed, 29 Nov 2023 23:31:14 +0800 Subject: [PATCH] Fix type --- fendermint/vm/topdown/src/finality/null.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }