Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Aug 3, 2023
1 parent 6345df2 commit 44ca74b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -59,7 +59,7 @@ pub fn start_inscription_indexing_processor(
open_readwrite_hord_db_conn(&config.expected_cache_path(), &ctx).unwrap();
let hord_config = config.get_hord_config();
let mut num_writes = 0;
let mut total_writes = 0;
let mut tip: u64 = 0;
let blocks_db_rw =
open_readwrite_hord_db_conn_rocks_db(&config.expected_cache_path(), &ctx).unwrap();

Expand Down

0 comments on commit 44ca74b

Please sign in to comment.