Disable beefy for inprocess relay chain node (#1382)

* Disable beefy for inprocess relay chain node

* Update client/relay-chain-inprocess-interface/src/lib.rs

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Sebastian Kunert
2022-06-17 16:27:01 +02:00
committed by GitHub
parent 1cd2831840
commit da3ae61939
@@ -345,7 +345,8 @@ fn build_polkadot_full_node(
config,
is_collator,
None,
true,
// Disable BEEFY. It should not be required by the internal relay chain node.
false,
None,
telemetry_worker_handle,
true,