Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(storage-proofs): use iterator instead of for loop
Found with clippy; we are using a for loop but the current lint level requires us to use an iterator. As suggested; use an iterator instead of the for loop.
- Loading branch information