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
@@ -989,7 +989,7 @@ mod tests {
type MaximumBlockLength = MaximumBlockLength;
type AvailableBlockRatio = AvailableBlockRatio;
type Version = ();
type ModuleToIndex = ();
type PalletInfo = ();
type AccountData = pallet_balances::AccountData<u64>;
type OnNewAccount = ();
type OnKilledAccount = Balances;