Module pallet_staking::migrations::v16
source · Expand description
Migrating DisabledValidators
from Vec<u32>
to Vec<(u32, OffenceSeverity)>
to track offense
severity for re-enabling purposes.
Migrating DisabledValidators
from Vec<u32>
to Vec<(u32, OffenceSeverity)>
to track offense
severity for re-enabling purposes.