We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fec47e commit c97f91aCopy full SHA for c97f91a
pallets/gated-marketplace/src/mock.rs
@@ -92,10 +92,14 @@ impl pallet_gated_marketplace::Config for Test {
92
//type LocalCurrency = Balances;
93
type Rbac = RBAC;
94
}
95
+parameter_types! {
96
+ pub const ChildMaxLen: u32 = 10;
97
+}
98
99
impl pallet_fruniques::Config for Test {
100
type Event = Event;
101
type RemoveOrigin = EnsureRoot<Self::AccountId>;
102
+ type ChildMaxLen = ChildMaxLen;
103
104
105
parameter_types! {
0 commit comments