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.
Currently impl_outer_origin requires the module's Origin types not to take a generic parameter of the configuration trait (notably unlike system::Origin<T: system::Trait>). impl_outer_origin and impl_outer_event macros, when listing their modules, should be able to optionally provide the <T: Trait> suffix to denote that the Origin/Event struct in their module requires the configuration trait as a generic param.
Specify if generic in impl_outer_event also impl_outer_origin