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

Commit 6e64c2d

Browse files
skunertbkchr
authored andcommitted
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 <[email protected]>
1 parent 208c750 commit 6e64c2d

File tree

1 file changed

+2
-1
lines changed
  • client/relay-chain-inprocess-interface/src

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,8 @@ fn build_polkadot_full_node(
345345
config,
346346
is_collator,
347347
None,
348-
true,
348+
// Disable BEEFY. It should not be required by the internal relay chain node.
349+
false,
349350
None,
350351
telemetry_worker_handle,
351352
true,

0 commit comments

Comments
 (0)