Skip to content

Commit 3ab5261

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 063482a commit 3ab5261

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
@@ -320,7 +320,7 @@ mod tests {
320320
type MaximumBlockLength = MaximumBlockLength;
321321
type AvailableBlockRatio = AvailableBlockRatio;
322322
type Version = ();
323-
type ModuleToIndex = ();
323+
type PalletInfo = ();
324324
type AccountData = ();
325325
type OnNewAccount = ();
326326
type OnKilledAccount = ();

0 commit comments

Comments
 (0)