Small update to documentation of `construct_runtime!`
Documentation says the `default` macro expands to `Module, Call, Storage, Event<T>, Config`, but it actually uses the generic config: `Module, Call, Storage, Event<T>, Config<T>`
parent
6fc50a3a
Please register or sign in to comment