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
fix(substrate/client): cast MAJOR_SYNC_BLOCKS to usize (#8094)
Rustc started complaining from some versions onward when calling `into`
on `MAJOR_SYNC_BLOCKS`.
Not sure what's the version from which it fails, but it does. I'm on
1.85.1, it did fail on 1.82 as well.
---------
Co-authored-by: Iulian Barbu <[email protected]>
0 commit comments