Remove default expansion from `construct_runtime!`
This removes the following syntactic sugar from `construct_runtime!`: - Expansion of `default` to the default set of module parts - Expansion of `System: system` to the default set of module parts The macro now requires the user to provide all the module parts of a pallet.
parent
b27d50c4
Please register or sign in to comment