Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Disable beefy for inprocess relay chain node (#1382)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
skunert and bkchr committed Jun 18, 2022
1 parent 1d3a0d7 commit 95ca5a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/relay-chain-inprocess-interface/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 95ca5a0

Please sign in to comment.