Skip to content

Commit 9e9d97e

Browse files
authored
Merge pull request #5565 from stacks-network/chore/typo
chore: fix typo in log
2 parents 1fb8e1b + ce528cd commit 9e9d97e

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)