From 3bdf2cf3195035262fdd4e3570658624d72a8f80 Mon Sep 17 00:00:00 2001 From: Pili Guerra Date: Fri, 19 May 2023 15:18:10 +0200 Subject: [PATCH] #3151 was fixed by #3934 --- .../src/service/finalized_state/zebra_db/block/tests/snapshot.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/zebra-state/src/service/finalized_state/zebra_db/block/tests/snapshot.rs b/zebra-state/src/service/finalized_state/zebra_db/block/tests/snapshot.rs index f40b40156b8..8ce1e67ece5 100644 --- a/zebra-state/src/service/finalized_state/zebra_db/block/tests/snapshot.rs +++ b/zebra-state/src/service/finalized_state/zebra_db/block/tests/snapshot.rs @@ -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);