Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-coderay authored Dec 25, 2024
1 parent c95f857 commit 6386257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/undo-block/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub fn undo_only_block_head(
tracing::info!(target: "neard", ?tail_height, ?current_head_height, ?current_header_height, "Trying to update head");

if current_head_height == tail_height {
tracing::info!(target: "neard", "Body head is alreay at the oldest block.");
tracing::info!(target: "neard", "Body head is already at the oldest block.");
return Ok(());
}

Expand Down

0 comments on commit 6386257

Please sign in to comment.