Skip to content

Commit 2c37bc2

Browse files
committed
dont call ti migration
1 parent 7a40853 commit 2c37bc2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pallets/subtensor/src/migrations/migrate_reset_unactive_sn.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ pub fn migrate_reset_unactive_sn<T: Config>() -> Weight {
6060
weight = weight.saturating_add(T::DbWeight::get().writes(7));
6161
}
6262

63-
// Run total issuance migration
64-
let ti_w = crate::migrations::migrate_init_total_issuance::migrate_init_total_issuance::<T>();
65-
weight = weight.saturating_add(ti_w);
66-
6763
// Mark Migration as Completed
6864
HasMigrationRun::<T>::insert(&migration_name, true);
6965
weight = weight.saturating_add(T::DbWeight::get().writes(1));

0 commit comments

Comments
 (0)