Skip to content

Commit a3f78c3

Browse files
authored
Rename ModuleToIndex to PalletRuntimeSetup (#7148)
* Rename `ModuleToIndex` to `PalletRuntimeSetup` Besides the renaming it also adds support getting the name of a pallet as configured in the runtime. * Rename it to `PalletInfo` * Remove accidentally added files
1 parent f776a7f commit a3f78c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ mod tests {
339339
type AvailableBlockRatio = AvailableBlockRatio;
340340
type MaximumBlockLength = MaximumBlockLength;
341341
type Version = ();
342-
type ModuleToIndex = ();
342+
type PalletInfo = ();
343343
type AccountData = ();
344344
type OnNewAccount = ();
345345
type OnKilledAccount = ();

0 commit comments

Comments
 (0)