Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhani-cw committed May 28, 2024
1 parent 1c4e637 commit ed0ee49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/importer_online.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ async fn start_number_fetcher(chain: Arc<BlockchainClient>, sync_interval: Durat
}

// fallback to polling
tracing::warn!("number-fetcher falling back to http polling because subscription failed or it not enabled");
tracing::warn!("number-fetcher falling back to http polling because subscription failed or it is not enabled");
match chain.fetch_block_number().await {
Ok(number) => {
tracing::info!(
Expand Down

0 comments on commit ed0ee49

Please sign in to comment.