Skip to content

Commit 85784df

Browse files
committed
remove done gov migrations
1 parent f678cdd commit 85784df

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

runtime/src/lib.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,22 +1593,12 @@ pub type TransactionExtensions = (
15931593
frame_metadata_hash_extension::CheckMetadataHash<Runtime>,
15941594
);
15951595

1596-
parameter_types! {
1597-
pub const TriumviratePalletStr: &'static str = "Triumvirate";
1598-
pub const TriumvirateMembersPalletStr: &'static str = "TriumvirateMembers";
1599-
pub const SenateMembersPalletStr: &'static str = "SenateMembers";
1600-
}
1601-
16021596
type Migrations = (
16031597
// Leave this migration in the runtime, so every runtime upgrade tiny rounding errors (fractions of fractions
16041598
// of a cent) are cleaned up. These tiny rounding errors occur due to floating point coversion.
16051599
pallet_subtensor::migrations::migrate_init_total_issuance::initialise_total_issuance::Migration<
16061600
Runtime,
16071601
>,
1608-
// Remove storage from removed governance pallets
1609-
frame_support::migrations::RemovePallet<TriumviratePalletStr, RocksDbWeight>,
1610-
frame_support::migrations::RemovePallet<TriumvirateMembersPalletStr, RocksDbWeight>,
1611-
frame_support::migrations::RemovePallet<SenateMembersPalletStr, RocksDbWeight>,
16121602
);
16131603

16141604
// Unchecked extrinsic type as expected by this runtime.

0 commit comments

Comments
 (0)