File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
pallets/subtensor/src/macros Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ mod hooks {
162162 // Remove old identity map entries(Identities, SubnetIdentities, SubnetIdentitiesV2)
163163 . saturating_add ( migrations:: migrate_remove_old_identity_maps:: migrate_remove_old_identity_maps :: < T > ( ) )
164164 // Remove unknown neuron axon, certificate prom
165- . saturating_add ( migrations:: migrate_remove_unknown_neuron_axon_cert_prom:: migrate_remove_unknown_neuron_axon_cert_prom :: < T > ( ) ) ;
165+ . saturating_add ( migrations:: migrate_remove_unknown_neuron_axon_cert_prom:: migrate_remove_unknown_neuron_axon_cert_prom :: < T > ( ) )
166166 // Fix staking hot keys
167167 . saturating_add ( migrations:: migrate_fix_staking_hot_keys:: migrate_fix_staking_hot_keys :: < T > ( ) ) ;
168168 weight
You can’t perform that action at this time.
0 commit comments