Disable beefy for inprocess relay chain node (#1382) (#1405)

* 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>

Co-authored-by: Sebastian Kunert <skunert49@gmail.com>
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Chevdor
2022-06-23 13:11:36 +02:00
committed by GitHub
parent 208c75043f
commit 7f8f20b351
@@ -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,