Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoAtwill committed Nov 29, 2023
1 parent b742886 commit e80a920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fendermint/vm/topdown/src/finality/null.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit e80a920

Please sign in to comment.