kusama whitelist pallet preimage dep upgrade (#6392)

This commit is contained in:
Muharem Ismailov
2022-12-06 15:51:16 +01:00
committed by GitHub
parent 432384cdea
commit aebe87ee30
2 changed files with 3 additions and 2 deletions
@@ -72,7 +72,7 @@ impl pallet_whitelist::Config for Runtime {
type WhitelistOrigin =
EitherOf<EnsureRootWithSuccess<Self::AccountId, ConstU16<65535>>, Fellows>;
type DispatchWhitelistedOrigin = EitherOf<EnsureRoot<Self::AccountId>, WhitelistedCaller>;
type PreimageProvider = Preimage;
type Preimages = Preimage;
}
impl pallet_referenda::Config for Runtime {