fix clippy

This commit is contained in:
Boog900 2024-01-09 22:58:01 +00:00
parent 7cf7ea1693
commit a30f418247
No known key found for this signature in database
GPG key ID: 5401367FB7302004

View file

@ -414,7 +414,7 @@ mod tests {
)
}
for (_, seed) in all_valid_seeds.iter().enumerate() {
for seed in all_valid_seeds.iter() {
assert_eq!(
seed.get_next_unpruned_block(76437863 - 1, blockchain_height)
.unwrap(),