mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 04:37:57 +00:00
node: remove grandpa authority flags (#1306)
This commit is contained in:
@@ -20,14 +20,6 @@ use cli::CoreParams;
|
||||
/// Extend params for Node
|
||||
#[derive(Debug, StructOpt)]
|
||||
pub struct Params {
|
||||
/// Should run as a GRANDPA authority node
|
||||
#[structopt(long = "grandpa-authority", help = "Run Node as a GRANDPA authority, implies --validator")]
|
||||
grandpa_authority: bool,
|
||||
|
||||
/// Should run as a GRANDPA authority node only
|
||||
#[structopt(long = "grandpa-authority-only", help = "Run Node as a GRANDPA authority only, don't as a usual validator, implies --grandpa-authority")]
|
||||
grandpa_authority_only: bool,
|
||||
|
||||
#[structopt(flatten)]
|
||||
core: CoreParams
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user