Use local executor (#2054)

This commit is contained in:
kaiyu
2019-03-21 20:57:20 +08:00
committed by Gav Wood
parent df65a92c91
commit f6f15b618e
3 changed files with 1 additions and 4 deletions
-1
View File
@@ -32,7 +32,6 @@ consensus = { package = "substrate-consensus-aura", path = "../core/consensus/au
substrate-client = { path = "../core/client" }
basic-authorship = { package = "substrate-basic-authorship", path = "../core/basic-authorship" }
node-template-runtime = { path = "runtime" }
node-executor = { path = "../node/executor" }
[build-dependencies]
vergen = "3"