Companion for #11025 (Uniques Locker Trait) (#1085)

* Add Locker trait to pallet_uniques

* update lockfile for {"substrate"}

* Updated lock file to latest master substrate and polkadot

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
Co-authored-by: Giles Cope <gilescope@gmail.com>
Co-authored-by: parity-processbot <>
This commit is contained in:
Joshua W
2022-04-28 07:10:52 -05:00
committed by GitHub
parent d2705b049a
commit e0ff652a48
4 changed files with 259 additions and 262 deletions
@@ -520,6 +520,7 @@ impl pallet_uniques::Config for Runtime {
#[cfg(feature = "runtime-benchmarks")]
type Helper = ();
type CreateOrigin = AsEnsureOriginWithArg<EnsureSigned<AccountId>>;
type Locker = ();
}
// Create the runtime by composing the FRAME pallets that were previously configured.