Skip to content

Commit

Permalink
Include HEIGHT_TO_SEQUENCE_NUMBER in index info report.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmart7t2 committed Dec 18, 2023
1 parent 7db93be commit 4f1c1bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ impl Index {
insert_multimap_table_info(&mut tables, &wtx, total_bytes, SATPOINT_TO_SEQUENCE_NUMBER);
insert_multimap_table_info(&mut tables, &wtx, total_bytes, SAT_TO_SEQUENCE_NUMBER);
insert_multimap_table_info(&mut tables, &wtx, total_bytes, SEQUENCE_NUMBER_TO_CHILDREN);
insert_multimap_table_info(&mut tables, &wtx, total_bytes, HEIGHT_TO_SEQUENCE_NUMBER);
insert_table_info(&mut tables, &wtx, total_bytes, HEIGHT_TO_BLOCK_HASH);
insert_table_info(&mut tables, &wtx, total_bytes, HEIGHT_TO_BLOCK_HASH);
insert_table_info(
Expand Down

0 comments on commit 4f1c1bf

Please sign in to comment.