mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-23 08:58:11 -07:00
global: snapshot
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user