mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 01:41:09 +00:00
Start BEEFY client by default for Polkadot nodes (#1913)
Fellowship companion: https://github.com/polkadot-fellows/runtimes/pull/65 This starts the BEEFY client by default for Polkadot nodes. Governance/sudo call is later required to enable/start consensus. Part of https://github.com/paritytech/parity-bridges-common/issues/2420
This commit is contained in:
@@ -749,11 +749,6 @@ pub fn new_full<OverseerGenerator: OverseerGen>(
|
||||
Some(backoff)
|
||||
};
|
||||
|
||||
// Warn the user that BEEFY is still experimental for Polkadot.
|
||||
if enable_beefy && config.chain_spec.is_polkadot() {
|
||||
gum::warn!("BEEFY is still experimental, usage on Polkadot network is discouraged.");
|
||||
}
|
||||
|
||||
let disable_grandpa = config.disable_grandpa;
|
||||
let name = config.network.node_name.clone();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user