Fixes for substrate#1404 (#76)

* Fixes for substrate#1404

* Updates for latest Substrate

* Update lock file

* Update runtime.
This commit is contained in:
Gav Wood
2019-01-16 17:50:39 +01:00
committed by GitHub
parent 75bce2efc6
commit 8f745fd217
10 changed files with 149 additions and 91 deletions
+1 -1
View File
@@ -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()),