mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
global: snapshot
This commit is contained in:
@@ -68,7 +68,7 @@ pub fn process_blocks(
|
||||
let height_to_input_count = &inputs.count.height.sum_cum.sum.0;
|
||||
// From blocks:
|
||||
let height_to_timestamp = &blocks.time.timestamp_monotonic;
|
||||
let height_to_date = &blocks.time.date_monotonic;
|
||||
let height_to_date = &blocks.time.date;
|
||||
let dateindex_to_first_height = &indexes.dateindex.first_height;
|
||||
let dateindex_to_height_count = &indexes.dateindex.height_count;
|
||||
let txindex_to_output_count = &indexes.txindex.output_count;
|
||||
|
||||
Reference in New Issue
Block a user