We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b392d5 commit 9cd2b14Copy full SHA for 9cd2b14
pallets/subtensor/src/macros/hooks.rs
@@ -158,8 +158,8 @@ mod hooks {
158
.saturating_add(migrations::migrate_auto_stake_destination::migrate_auto_stake_destination::<T>())
159
// Migrate Kappa to default (0.5)
160
.saturating_add(migrations::migrate_kappa_map_to_default::migrate_kappa_map_to_default::<T>())
161
- //
162
- .saturating_add(migrations::migrate_set_first_tao_flow_block::migrate_set_first_tao_flow_block::<T>()),
+ // Set the first block of tao flow
+ .saturating_add(migrations::migrate_set_first_tao_flow_block::migrate_set_first_tao_flow_block::<T>());
163
weight
164
}
165
0 commit comments