Docker functionality, change location of 'blk_index_to_blk_recap.json'

This commit is contained in:
deadmanoz
2025-06-26 15:35:04 +08:00
parent 903e69ff77
commit ec3a2f29f0
11 changed files with 453 additions and 5 deletions
+1 -1
View File
@@ -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();