Skip to content

Commit

Permalink
#2230 was a duplicate of #2231 which was closed by #2511
Browse files Browse the repository at this point in the history
  • Loading branch information
mpguerra committed May 19, 2023
1 parent 9f8161d commit 39f86f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zebra-state/src/service/finalized_state/tests/prop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ fn blocks_with_v5_transactions() -> Result<()> {
);
prop_assert_eq!(Some(height), state.finalized_tip_height());
prop_assert_eq!(hash.unwrap(), block.hash);
// TODO: check that the nullifiers were correctly inserted (#2230)
height = Height(height.0 + 1);
}
});
Expand Down

0 comments on commit 39f86f7

Please sign in to comment.