Companion for ModuleToIndex to PalletInfo rename (#1743)

* Companion for `ModuleToIndex` to `PalletInfo` rename

* "Update Substrate"

Co-authored-by: parity-processbot <>
Co-authored-by: Benjamin Kampmann <ben@gnunicorn.org>
This commit is contained in:
Bastian Köcher
2020-09-22 16:19:12 +02:00
committed by GitHub
parent 04224aa4f6
commit 1934a74cc7
12 changed files with 145 additions and 145 deletions
+1 -1
View File
@@ -424,7 +424,7 @@ impl frame_system::Trait for Runtime {
type MaximumBlockLength = MaximumBlockLength;
type AvailableBlockRatio = AvailableBlockRatio;
type Version = Version;
type ModuleToIndex = ModuleToIndex;
type PalletInfo = PalletInfo;
type AccountData = pallet_balances::AccountData<Balance>;
type OnNewAccount = ();
type OnKilledAccount = ();