We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b108d09 commit ce528cdCopy full SHA for ce528cd
stackslib/src/burnchains/bitcoin/indexer.rs
@@ -924,7 +924,7 @@ impl BitcoinIndexer {
924
return Ok(());
925
}
926
warn!(
927
- "Header at height {} is not wihtin 2 hours of now (is at {})",
+ "Header at height {} is not within 2 hours of now (is at {})",
928
highest_header_height, highest_header.block_header.header.time
929
);
930
self.drop_headers(highest_header_height.saturating_sub(1))?;
0 commit comments