diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 9ece1dd025..8413a2ec0c 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -1593,22 +1593,12 @@ pub type TransactionExtensions = ( frame_metadata_hash_extension::CheckMetadataHash, ); -parameter_types! { - pub const TriumviratePalletStr: &'static str = "Triumvirate"; - pub const TriumvirateMembersPalletStr: &'static str = "TriumvirateMembers"; - pub const SenateMembersPalletStr: &'static str = "SenateMembers"; -} - type Migrations = ( // Leave this migration in the runtime, so every runtime upgrade tiny rounding errors (fractions of fractions // of a cent) are cleaned up. These tiny rounding errors occur due to floating point coversion. pallet_subtensor::migrations::migrate_init_total_issuance::initialise_total_issuance::Migration< Runtime, >, - // Remove storage from removed governance pallets - frame_support::migrations::RemovePallet, - frame_support::migrations::RemovePallet, - frame_support::migrations::RemovePallet, ); // Unchecked extrinsic type as expected by this runtime.