core: cli flag to disable grandpa (#2105)

* core: cli flag to disable grandpa

* core: fix test service configuration

* Update core/service/test/src/lib.rs
This commit is contained in:
André Silva
2019-03-25 15:19:36 +00:00
committed by GitHub
parent 620e8dc8b9
commit e28ff32b89
5 changed files with 16 additions and 0 deletions
+1
View File
@@ -121,6 +121,7 @@ fn node_config<F: ServiceFactory> (
telemetry_endpoints: None,
default_heap_pages: None,
force_authoring: false,
disable_grandpa: false,
}
}