Skip to content

Migration to remove TotalHotkeyColdkeyStakesThisInterval #592

Description

@sam0x17

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions