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
@@ -120,6 +120,7 @@ fn node_config<F: ServiceFactory> (
rpc_ws: None,
telemetry_endpoints: None,
default_heap_pages: None,
force_authoring: false,
}
}