diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index 502c116a73712233354da6ba9168697825328f7c..5c5e1d65b5e179ab59161c75b0f50b61339077fc 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -284,7 +284,7 @@ parameter_types! { } impl pallet_preimage::Config for Runtime { - type WeightInfo = pallet_preimage::weights::SubstrateWeight<Runtime>; + type WeightInfo = weights::pallet_preimage::WeightInfo<Runtime>; type Event = Event; type Currency = Balances; type ManagerOrigin = EnsureRoot<AccountId>;