Skip to content

Commit

Permalink
remove start block temp 0 override
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill-K-1 committed Sep 22, 2024
1 parent 5a73ab3 commit d02457d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions event-indexer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {

let mut indexer_state_redis_cache =
IndexerStateRedisCache::new(chain_id, &config.redis).await?;
// TODO: remove next line
indexer_state_redis_cache.block_number = 0;

let mut gov_db_provider = GovDbProvider::new(config.db.clone())?;

Expand Down

0 comments on commit d02457d

Please sign in to comment.