Skip to content

Commit 44ca74b

Browse files
author
Ludo Galabru
committed
fix: build error
1 parent 6345df2 commit 44ca74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/hord-cli/src/core/pipeline/processors/inscription_indexing.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pub fn start_inscription_indexing_processor(
5959
open_readwrite_hord_db_conn(&config.expected_cache_path(), &ctx).unwrap();
6060
let hord_config = config.get_hord_config();
6161
let mut num_writes = 0;
62-
let mut total_writes = 0;
62+
let mut tip: u64 = 0;
6363
let blocks_db_rw =
6464
open_readwrite_hord_db_conn_rocks_db(&config.expected_cache_path(), &ctx).unwrap();
6565

0 commit comments

Comments
 (0)