mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-21 06:21:01 +00:00
* Pass shared_authority_set to request_response_config_for_chain * "Update Substrate" Co-authored-by: Ashley Ruglys <ashley.ruglys@gmail.com> Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+145
-146
File diff suppressed because it is too large
Load Diff
@@ -629,7 +629,7 @@ pub fn new_full<RuntimeApi, Executor>(
|
|||||||
adjust_yamux(&mut config.network);
|
adjust_yamux(&mut config.network);
|
||||||
|
|
||||||
config.network.request_response_protocols.push(sc_finality_grandpa_warp_sync::request_response_config_for_chain(
|
config.network.request_response_protocols.push(sc_finality_grandpa_warp_sync::request_response_config_for_chain(
|
||||||
&config, task_manager.spawn_handle(), backend.clone(),
|
&config, task_manager.spawn_handle(), backend.clone(), import_setup.1.shared_authority_set().clone(),
|
||||||
));
|
));
|
||||||
#[cfg(feature = "real-overseer")]
|
#[cfg(feature = "real-overseer")]
|
||||||
fn register_request_response(config: &mut sc_network::config::NetworkConfiguration) -> RequestMultiplexer {
|
fn register_request_response(config: &mut sc_network::config::NetworkConfiguration) -> RequestMultiplexer {
|
||||||
|
|||||||
Reference in New Issue
Block a user