mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 15:11:03 +00:00
Fix CI (#12297)
* Put type constraint at the end Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix rust features Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Use new OnRuntimeUpgrade hooks Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Use new OnRuntimeUpgrade hooks Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
0d2adf1fa1
commit
d4b82c7706
@@ -110,9 +110,9 @@ pub mod pallet {
|
||||
/// Standard collection creation is only allowed if the origin attempting it and the
|
||||
/// collection are in this set.
|
||||
type CreateOrigin: EnsureOriginWithArg<
|
||||
Success = Self::AccountId,
|
||||
Self::Origin,
|
||||
Self::CollectionId,
|
||||
Success = Self::AccountId,
|
||||
>;
|
||||
|
||||
/// Locker trait to enable Locking mechanism downstream.
|
||||
|
||||
Reference in New Issue
Block a user