use generated ModuleToIndex type (#4495)

This commit is contained in:
Xiliang Chen
2019-12-24 23:16:19 +08:00
committed by Gavin Wood
parent 1f07123c6c
commit 901dff5d14
+1 -1
View File
@@ -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! {