You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ibf: fix [usize; 3] not being an iterator compilation error (#4878)
Fixes the following compiler error:
$ cargo build --release
error[E0277]: `[usize; 3]` is not an iterator
--> chain/network/src/ibf.rs:215:20
215 | for pos in pos_list {
| ^^^^^^^^ borrow the array with `&` or call `.iter()` on it to iterate over it
Issue: #3838
0 commit comments