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
This assertion fails since MaxErasToCheckPerBlock is 1 whereas ErasToCheckPerBlock is 2.
assert!(ErasToCheckPerBlock::<T>::get() <= T::MaxErasToCheckPerBlock::get(),
"the value of `ErasToCheckPerBlock` is greater than `T::MaxErasToCheckPerBlock`",
);
Should be trivial to fix.
The text was updated successfully, but these errors were encountered:
This assertion fails since
MaxErasToCheckPerBlock
is 1 whereasErasToCheckPerBlock
is 2.Should be trivial to fix.
The text was updated successfully, but these errors were encountered: