mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +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:
@@ -62,6 +62,7 @@ fn main() -> Result<()> {
|
||||
config,
|
||||
polkadot_service::IsCollator::Yes(collator.collator_key()),
|
||||
None,
|
||||
true,
|
||||
None,
|
||||
None,
|
||||
).map_err(|e| e.to_string())?;
|
||||
|
||||
Reference in New Issue
Block a user