Skip to content

Commit

Permalink
#3151 was fixed by #3934
Browse files Browse the repository at this point in the history
  • Loading branch information
mpguerra committed May 19, 2023
1 parent f1e04dc commit 3bdf2cf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ fn snapshot_block_and_transaction_data(state: &FinalizedState) {
// test the rest of the chain data (value balance).
let history_tree_at_tip = state.history_tree();

// TODO: split out block snapshots into their own function (#3151)
for query_height in 0..=max_height.0 {
let query_height = Height(query_height);

Expand Down

0 comments on commit 3bdf2cf

Please sign in to comment.