mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 18:35:41 +00:00
dev-comment spelling mistakes (#4434)
This commit is contained in:
committed by
GitHub
parent
854d92a4a4
commit
4adb8466a3
@@ -159,7 +159,7 @@ where
|
||||
})?
|
||||
};
|
||||
|
||||
// submit external_propose call through council collective
|
||||
// submit `external_propose` call through council collective
|
||||
{
|
||||
let external_propose = DemocracyCall::external_propose_majority {
|
||||
proposal_hash: proposal_hash.clone().into(),
|
||||
@@ -387,7 +387,7 @@ where
|
||||
use structopt::StructOpt;
|
||||
|
||||
let tokio_runtime = build_runtime()?;
|
||||
// parse cli args
|
||||
// parse CLI args
|
||||
let cmd = <polkadot_cli::Cli as StructOpt>::from_args();
|
||||
// set up logging
|
||||
let filters = cmd.run.base.log_filters()?;
|
||||
|
||||
Reference in New Issue
Block a user