diff --git a/chain-spec-generator/src/relay_chain_specs.rs b/chain-spec-generator/src/relay_chain_specs.rs index 7ee4e3d9ac..fafc276d9d 100644 --- a/chain-spec-generator/src/relay_chain_specs.rs +++ b/chain-spec-generator/src/relay_chain_specs.rs @@ -22,9 +22,8 @@ use grandpa::AuthorityId as GrandpaId; use kusama_runtime_constants::currency::UNITS as KSM; use pallet_staking::Forcing; use polkadot_primitives::{ - vstaging::{ApprovalVotingParams, NodeFeatures}, - AccountId, AccountPublic, AssignmentId, AsyncBackingParams, ValidatorId, - ON_DEMAND_DEFAULT_QUEUE_MAX_SIZE, + AccountId, AccountPublic, ApprovalVotingParams, AssignmentId, AsyncBackingParams, NodeFeatures, + ValidatorId, }; use polkadot_runtime_constants::currency::UNITS as DOT; use runtime_parachains::configuration::HostConfiguration; @@ -84,14 +83,6 @@ fn default_parachains_host_configuration() -> HostConfiguration HostConfiguration