Skip to content

Commit ce528cd

Browse files
committed
chore: fix typo in log
1 parent b108d09 commit ce528cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/burnchains/bitcoin/indexer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ impl BitcoinIndexer {
924924
return Ok(());
925925
}
926926
warn!(
927-
"Header at height {} is not wihtin 2 hours of now (is at {})",
927+
"Header at height {} is not within 2 hours of now (is at {})",
928928
highest_header_height, highest_header.block_header.header.time
929929
);
930930
self.drop_headers(highest_header_height.saturating_sub(1))?;

0 commit comments

Comments
 (0)