Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Update packages/fuel-indexer/src/executor.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Woś <[email protected]>
  • Loading branch information
ra0x3 and lostman authored Sep 19, 2023
1 parent 142c9e1 commit e6a215a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuel-indexer/src/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pub fn run_executor<T: 'static + Executor + Send + Sync>(
if let Some(end_block) = end_block {
info!("Indexer({indexer_uid}) will stop at block #{end_block}.");
} else {
warn!("No end_block specified in manifest. Indexer({indexer_uid}) will run forever.");
warn!("No end_block specified in the manifest. Indexer({indexer_uid}) will run forever.");
}

async move {
Expand Down

0 comments on commit e6a215a

Please sign in to comment.