mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-22 19:49:28 +00:00
fix clippy
This commit is contained in:
parent
7cf7ea1693
commit
a30f418247
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue