mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 06:21:11 +00:00
companion for 14754: cli: move no-beefy flag to sc-cli (#2996)
* companion 14754: no-beefy flag moved to sc-cli Signed-off-by: Adrian Catangiu <adrian@parity.io> * bump substrate ref Signed-off-by: Adrian Catangiu <adrian@parity.io> * bump polkadot ref --------- Signed-off-by: Adrian Catangiu <adrian@parity.io>
This commit is contained in:
@@ -220,6 +220,10 @@ impl CliConfiguration<Self> for RelayChainCli {
|
||||
self.base.base.disable_grandpa()
|
||||
}
|
||||
|
||||
fn disable_beefy(&self) -> CliResult<bool> {
|
||||
self.base.base.disable_beefy()
|
||||
}
|
||||
|
||||
fn max_runtime_instances(&self) -> CliResult<Option<usize>> {
|
||||
self.base.base.max_runtime_instances()
|
||||
}
|
||||
|
||||
@@ -772,6 +772,7 @@ pub fn node_config(
|
||||
offchain_worker: OffchainWorkerConfig { enabled: true, indexing_enabled: false },
|
||||
force_authoring: false,
|
||||
disable_grandpa: false,
|
||||
disable_beefy: true,
|
||||
dev_key_seed: Some(key_seed),
|
||||
tracing_targets: None,
|
||||
tracing_receiver: Default::default(),
|
||||
|
||||
Reference in New Issue
Block a user