File tree Expand file tree Collapse file tree 5 files changed +2
-659
lines changed Expand file tree Collapse file tree 5 files changed +2
-659
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,7 @@ mod hooks {
81
81
// Remove Stake map entries
82
82
. saturating_add ( migrations:: migrate_remove_stake_map:: migrate_remove_stake_map :: < T > ( ) )
83
83
// Remove unused maps entries
84
- . saturating_add ( migrations:: migrate_remove_unused_maps_and_values:: migrate_remove_unused_maps_and_values :: < T > ( ) )
85
- // Migrate dissolve sn73
86
- . saturating_add ( migrations:: migrate_dissolve_sn73:: migrate_dissolve_sn73 :: < T > ( ) ) ;
84
+ . saturating_add ( migrations:: migrate_remove_unused_maps_and_values:: migrate_remove_unused_maps_and_values :: < T > ( ) ) ;
87
85
weight
88
86
}
89
87
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ pub mod migrate_commit_reveal_v2;
4
4
pub mod migrate_create_root_network;
5
5
pub mod migrate_delete_subnet_21;
6
6
pub mod migrate_delete_subnet_3;
7
- pub mod migrate_dissolve_sn73;
8
7
pub mod migrate_fix_is_network_member;
9
8
pub mod migrate_identities_v2;
10
9
pub mod migrate_init_total_issuance;
You can’t perform that action at this time.
0 commit comments