mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
companion for 14754: cli: move no-beefy flag to sc-cli (#7600)
* cli: move no-beefy flag to substrate sc-cli config * bump substrate ref --------- Signed-off-by: Adrian Catangiu <adrian@parity.io>
This commit is contained in:
@@ -53,15 +53,15 @@ fn main() -> Result<()> {
|
||||
)
|
||||
})?;
|
||||
|
||||
runner.run_node_until_exit(|config| async move {
|
||||
runner.run_node_until_exit(|mut config| async move {
|
||||
let collator = Collator::new(cli.run.pov_size, cli.run.pvf_complexity);
|
||||
|
||||
config.disable_beefy = true;
|
||||
let full_node = polkadot_service::build_full(
|
||||
config,
|
||||
polkadot_service::NewFullParams {
|
||||
is_collator: polkadot_service::IsCollator::Yes(collator.collator_key()),
|
||||
grandpa_pause: None,
|
||||
enable_beefy: false,
|
||||
jaeger_agent: None,
|
||||
telemetry_worker_handle: None,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user