The TotalHotkeyColdkeyStakesThisInterval doesn't exist anymore, but it existed previously as
pub type TotalHotkeyColdkeyStakesThisInterval<T: Config> = StorageDoubleMap<
_,
Identity,
T::AccountId,
Identity,
T::AccountId,
(u64, u64),
ValueQuery,
DefaultStakesPerInterval<T>,
>;
|
pub type TotalHotkeyColdkeyStakesThisInterval<T: Config> = StorageDoubleMap< |
The storage needs to be cleaned up as we never had a migration to remove these entries.