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 eaa6b28 commit 09ea25dCopy full SHA for 09ea25d
node/src/main.rs
@@ -531,6 +531,8 @@ fn async_main() -> impl Future<Item = (), Error = ()> + Send + 'static {
531
// database.
532
assert!(*ANCESTOR_COUNT >= *REORG_THRESHOLD);
533
534
+ info!(logger, "Starting block ingestor");
535
+
536
// Create Ethereum block ingestors and spawn a thread to run each
537
eth_adapters.iter().for_each(|(network_name, eth_adapter)| {
538
let block_ingestor = graph_datasource_ethereum::BlockIngestor::new(
0 commit comments