mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 22:05:42 +00:00
sc-cli: add no-beefy flag to cli config (#14754)
Signed-off-by: Adrian Catangiu <adrian@parity.io>
This commit is contained in:
@@ -112,6 +112,8 @@ pub struct Configuration {
|
||||
pub force_authoring: bool,
|
||||
/// Disable GRANDPA when running in validator mode
|
||||
pub disable_grandpa: bool,
|
||||
/// Disable BEEFY when running in validator mode
|
||||
pub disable_beefy: bool,
|
||||
/// Development key seed.
|
||||
///
|
||||
/// When running in development mode, the seed will be used to generate authority keys by the
|
||||
|
||||
@@ -260,6 +260,7 @@ fn node_config<
|
||||
offchain_worker: Default::default(),
|
||||
force_authoring: false,
|
||||
disable_grandpa: false,
|
||||
disable_beefy: false,
|
||||
dev_key_seed: key_seed,
|
||||
tracing_targets: None,
|
||||
tracing_receiver: Default::default(),
|
||||
|
||||
Reference in New Issue
Block a user