mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-15 04:58:12 -07:00
Docker functionality, change location of 'blk_index_to_blk_recap.json'
This commit is contained in:
@@ -16,7 +16,7 @@ pub fn run() -> color_eyre::Result<()> {
|
||||
|
||||
let exit = Exit::new();
|
||||
|
||||
let parser = brk_parser::Parser::new(config.blocksdir(), rpc);
|
||||
let parser = brk_parser::Parser::new_with_outputs_dir(config.blocksdir(), config.outputsdir(), rpc);
|
||||
|
||||
let format = config.format();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user