mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
* Revert "companion for 14754: cli: move no-beefy flag to sc-cli (#7600)"
This reverts commit 26adab4f7c.
* update lockfile for {"substrate"}
* fix merge damage
---------
Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -57,7 +57,6 @@ fn main() -> Result<()> {
|
||||
runner.run_node_until_exit(|mut config| async move {
|
||||
let collator = Collator::new();
|
||||
|
||||
config.disable_beefy = true;
|
||||
// Zombienet is spawning all collators currently with the same CLI, this means it
|
||||
// sets `--validator` and this is wrong here.
|
||||
config.role = Role::Full;
|
||||
@@ -68,6 +67,7 @@ fn main() -> Result<()> {
|
||||
collator.collator_key(),
|
||||
),
|
||||
grandpa_pause: None,
|
||||
enable_beefy: false,
|
||||
jaeger_agent: None,
|
||||
telemetry_worker_handle: None,
|
||||
|
||||
|
||||
@@ -57,7 +57,6 @@ fn main() -> Result<()> {
|
||||
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;
|
||||
// Zombienet is spawning all collators currently with the same CLI, this means it
|
||||
// sets `--validator` and this is wrong here.
|
||||
config.role = Role::Full;
|
||||
@@ -68,6 +67,7 @@ fn main() -> Result<()> {
|
||||
collator.collator_key(),
|
||||
),
|
||||
grandpa_pause: None,
|
||||
enable_beefy: false,
|
||||
jaeger_agent: None,
|
||||
telemetry_worker_handle: None,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user