Update to latest Substrate master (#486)

This commit is contained in:
Bastian Köcher
2019-10-20 21:23:16 +02:00
committed by GitHub
parent f861486fd2
commit 2e47302ead
2 changed files with 191 additions and 181 deletions
+190 -181
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -307,6 +307,7 @@ pub fn new_full(config: Configuration<CustomConfiguration, GenesisConfig>)
inherent_data_providers: inherent_data_providers.clone(), inherent_data_providers: inherent_data_providers.clone(),
on_exit: service.on_exit(), on_exit: service.on_exit(),
telemetry_on_connect: Some(service.telemetry_on_connect_stream()), telemetry_on_connect: Some(service.telemetry_on_connect_stream()),
voting_rule: grandpa::VotingRulesBuilder::default().build(),
}; };
service.spawn_essential_task(Box::new(grandpa::run_grandpa_voter(grandpa_config)?)); service.spawn_essential_task(Box::new(grandpa::run_grandpa_voter(grandpa_config)?));
}, },