File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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-
16021596type 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.
You can’t perform that action at this time.
0 commit comments