mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 09:17:58 +00:00
* `ModuleId` to `PalletId` - part of #8372 * fix doc * move `PalletId` to `frame-support` * fix compile * fix tests * `ModuleId` to `PalletId` * subcommand `moduleid` to `palletid`
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
//! frame-system CLI utilities
|
||||
|
||||
mod module_id;
|
||||
mod pallet_id;
|
||||
|
||||
pub use module_id::ModuleIdCmd;
|
||||
pub use pallet_id::PalletIdCmd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user