diff --git a/chain/substreams/src/block_ingestor.rs b/chain/substreams/src/block_ingestor.rs index 83f31702c3f..0d165409453 100644 --- a/chain/substreams/src/block_ingestor.rs +++ b/chain/substreams/src/block_ingestor.rs @@ -144,7 +144,7 @@ impl BlockIngestor for SubstreamsBlockIngestor { mapper.cheap_clone(), package.modules.clone(), "map_blocks".to_string(), - vec![], + vec![-1], vec![], self.logger.cheap_clone(), self.metrics.cheap_clone(),