update to latest substrate (#84)

This commit is contained in:
Robert Habermeier
2019-01-15 18:40:33 -03:00
committed by GitHub
parent 819a90ce67
commit 75bce2efc6
3 changed files with 494 additions and 811 deletions
+1
View File
@@ -175,6 +175,7 @@ construct_service_factory! {
grandpa::Config {
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())
},
link_half,