mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 19:47:59 +00:00
Add --no-beefy CLI flag (#2981)
* Add --disable-beefy CLI flag * Update cli/src/command.rs Co-authored-by: Andronik Ordian <write@reusable.software> * Update node/test/service/src/lib.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Update parachain/test-parachains/adder/collator/src/main.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Update cli/src/command.rs Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com> * Update cli/src/cli.rs Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com> * Update cli/src/cli.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Update cli/src/cli.rs Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com> Co-authored-by: Andronik Ordian <write@reusable.software> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
This commit is contained in:
@@ -189,6 +189,7 @@ pub fn run() -> Result<()> {
|
||||
config,
|
||||
service::IsCollator::No,
|
||||
grandpa_pause,
|
||||
cli.run.no_beefy,
|
||||
jaeger_agent,
|
||||
None,
|
||||
).map(|full| full.task_manager)
|
||||
|
||||
Reference in New Issue
Block a user