Skip to content

Commit 8766c98

Browse files
author
Samuel Dare
committed
chore: remove commented code
1 parent b3fa487 commit 8766c98

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pallets/subtensor/src/migration.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ pub fn do_migrate_fix_total_coldkey_stake<T: Config>() -> Weight {
5757
weight
5858
}
5959

60-
// #[pallet::storage]
61-
// #[pallet::getter(fn has_migration_run)]
62-
// pub type HasMigrationRun<T: Config> = StorageMap<_, Identity, &'static str, bool, ValueQuery>;
63-
6460
/// Migrates and fixes the total coldkey stake.
6561
///
6662
/// This function checks if the migration has already run, and if not, it performs the migration

0 commit comments

Comments
 (0)