global: snapshot

This commit is contained in:
nym21
2025-10-24 12:04:10 +02:00
parent 4f1653b086
commit 1e4acfe124
30 changed files with 200 additions and 139 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ fn main() -> Result<()> {
let blocks_dir = bitcoin_dir.join("blocks");
let reader = Reader::new(blocks_dir, client);
let reader = Reader::new(blocks_dir, &client);
let start = None;
// let start = Some(916037_u32.into());