mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 15:21:05 +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:
@@ -82,6 +82,7 @@ pub fn new_full(
|
||||
config,
|
||||
is_collator,
|
||||
None,
|
||||
true,
|
||||
None,
|
||||
None,
|
||||
worker_program_path,
|
||||
|
||||
Reference in New Issue
Block a user