Skip to content

Commit 3b8fcef

Browse files
committed
Fix the build after the merge
1 parent f036f7b commit 3b8fcef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/macros/hooks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)