mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 09:51:02 +00:00
fix spelling (#1580)
This commit is contained in:
committed by
Bastian Köcher
parent
415f28fac8
commit
6ab6a876a1
@@ -50,7 +50,7 @@ pub enum Subcommand {
|
|||||||
/// Revert the chain to a previous state.
|
/// Revert the chain to a previous state.
|
||||||
Revert(sc_cli::RevertCmd),
|
Revert(sc_cli::RevertCmd),
|
||||||
|
|
||||||
/// The custom benchmark subcommmand benchmarking runtime pallets.
|
/// The custom benchmark subcommand benchmarking runtime pallets.
|
||||||
#[clap(subcommand)]
|
#[clap(subcommand)]
|
||||||
Benchmark(frame_benchmarking_cli::BenchmarkCmd),
|
Benchmark(frame_benchmarking_cli::BenchmarkCmd),
|
||||||
}
|
}
|
||||||
@@ -116,7 +116,7 @@ pub struct Cli {
|
|||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct RelayChainCli {
|
pub struct RelayChainCli {
|
||||||
/// The actual relay chain cli object.
|
/// The actual relay chain CLI object.
|
||||||
pub base: polkadot_cli::RunCmd,
|
pub base: polkadot_cli::RunCmd,
|
||||||
|
|
||||||
/// Optional chain id that should be passed to the relay chain.
|
/// Optional chain id that should be passed to the relay chain.
|
||||||
|
|||||||
Reference in New Issue
Block a user