mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 23:31:04 +00:00
runtime: remove finality-tracker (#1762)
* runtime: remove finality-tracker * runtime: bump spec_version * update substrate
This commit is contained in:
@@ -516,7 +516,6 @@ pub fn new_full<RuntimeApi, Executor>(
|
||||
config,
|
||||
link: link_half,
|
||||
network: network.clone(),
|
||||
inherent_data_providers: inherent_data_providers.clone(),
|
||||
telemetry_on_connect: Some(telemetry_connection_sinks.on_connect_stream()),
|
||||
voting_rule,
|
||||
prometheus_registry: prometheus_registry.clone(),
|
||||
@@ -528,11 +527,7 @@ pub fn new_full<RuntimeApi, Executor>(
|
||||
grandpa::run_grandpa_voter(grandpa_config)?
|
||||
);
|
||||
} else {
|
||||
grandpa::setup_disabled_grandpa(
|
||||
client.clone(),
|
||||
&inherent_data_providers,
|
||||
network.clone(),
|
||||
)?;
|
||||
grandpa::setup_disabled_grandpa(network.clone())?;
|
||||
}
|
||||
|
||||
if matches!(role, Role::Authority{..} | Role::Sentry{..}) {
|
||||
|
||||
Reference in New Issue
Block a user