mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-01-09 12:29:41 +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!(
|
assert_eq!(
|
||||||
seed.get_next_unpruned_block(76437863 - 1, blockchain_height)
|
seed.get_next_unpruned_block(76437863 - 1, blockchain_height)
|
||||||
.unwrap(),
|
.unwrap(),
|
||||||
|
|
Loading…
Reference in a new issue