You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
decl_module accepts a where clause, but it is not possible to write benchmark for such module without the ability to add where clause to benchmark! macro.
I have no idea what should the syntax be, but I need to attach where <T as system::Trait>::Origin: OriginTrait<PalletsOrigin = T::PalletsOrigin> somewhere.