mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
Fixes for substrate#1404 (#76)
* Fixes for substrate#1404 * Updates for latest Substrate * Update lock file * Update runtime.
This commit is contained in:
@@ -176,7 +176,7 @@ construct_service_factory! {
|
||||
gossip_duration: Duration::new(4, 0), // FIXME: make this available through chainspec?
|
||||
local_key: key.clone(),
|
||||
justification_period: 4096,
|
||||
name: Some(service.config.name.clone())
|
||||
name: Some(service.config.name.clone()),
|
||||
},
|
||||
link_half,
|
||||
grandpa::NetworkBridge::new(service.network()),
|
||||
|
||||
Reference in New Issue
Block a user