CLI option to enable authoring when offline (#2104)

* CLI option to enable authoring when offline

* Update core/service/src/config.rs

Co-Authored-By: arkpar <arkady.paronyan@gmail.com>
This commit is contained in:
Arkadiy Paronyan
2019-03-25 11:28:35 +01:00
committed by GitHub
parent 44db5f44e3
commit c6addc9bd5
7 changed files with 31 additions and 3 deletions
+1
View File
@@ -97,6 +97,7 @@ construct_service_factory! {
service.network(),
service.on_exit(),
service.config.custom.inherent_data_providers.clone(),
service.config.force_authoring,
)?);
info!("Running Grandpa session as Authority {}", key.public());