Unverified Commit 2e8080e2 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Remove default expansion from `construct_runtime!` (#4937)

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 877e193b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment