mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 00:07:57 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user