Skip to content
Snippets Groups Projects
Commit 901dff5d authored by Xiliang Chen's avatar Xiliang Chen Committed by Gavin Wood
Browse files

use generated ModuleToIndex type (#4495)

parent 1f07123c
No related merge requests found
......@@ -125,7 +125,7 @@ impl frame_system::Trait for Runtime {
type MaximumBlockLength = MaximumBlockLength;
type AvailableBlockRatio = AvailableBlockRatio;
type Version = Version;
type ModuleToIndex = ();
type ModuleToIndex = ModuleToIndex;
}
parameter_types! {
......
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