Remove Proposer from Service (#1171)

* Remove Proposer from Service

Refs #1021, #1158
This commit is contained in:
Benjamin Kampmann
2018-11-27 17:22:28 +01:00
committed by GitHub
parent 9ee6bdd203
commit c27c613445
5 changed files with 14 additions and 19 deletions
+1
View File
@@ -24,6 +24,7 @@ substrate-service = { path = "../../core/service" }
substrate-transaction-pool = { path = "../../core/transaction-pool" }
substrate-network = { path = "../../core/network" }
substrate-consensus-aura = { path = "../../core/consensus/aura" }
substrate-consensus-common = { path = "../../core/consensus/common" }
substrate-finality-grandpa = { path = "../../core/finality-grandpa" }
sr-primitives = { path = "../../core/sr-primitives" }
node-executor = { path = "../executor" }