File tree Expand file tree Collapse file tree 3 files changed +0
-39
lines changed
Expand file tree Collapse file tree 3 files changed +0
-39
lines changed Original file line number Diff line number Diff line change @@ -138,8 +138,6 @@ mod hooks {
138138 . saturating_add ( migrations:: migrate_fix_root_tao_and_alpha_in:: migrate_fix_root_tao_and_alpha_in :: < T > ( ) )
139139 // Migrate last block rate limiting storage items
140140 . saturating_add ( migrations:: migrate_rate_limiting_last_blocks:: migrate_obsolete_rate_limiting_last_blocks_storage :: < T > ( ) )
141- // Remove deprecated OwnerHyperparamRateLimit storage item
142- . saturating_add ( migrations:: migrate_owner_hparam_rl_to_epochs:: migrate_owner_hyperparam_rl_to_epochs :: < T > ( ) )
143141 // Migrate remove network modality
144142 . saturating_add ( migrations:: migrate_remove_network_modality:: migrate_remove_network_modality :: < T > ( ) ) ;
145143 weight
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ pub mod migrate_fix_root_tao_and_alpha_in;
2020pub mod migrate_identities_v2;
2121pub mod migrate_init_total_issuance;
2222pub mod migrate_orphaned_storage_items;
23- pub mod migrate_owner_hparam_rl_to_epochs;
2423pub mod migrate_populate_owned_hotkeys;
2524pub mod migrate_rao;
2625pub mod migrate_rate_limiting_last_blocks;
You can’t perform that action at this time.
0 commit comments