Don't build rpc with ethcore test-helpers (#11048)
This commit is contained in:
parent
45f27cec34
commit
24a4fdf405
@ -36,7 +36,7 @@ jsonrpc-pubsub = "10.0.1"
|
|||||||
|
|
||||||
common-types = { path = "../ethcore/types" }
|
common-types = { path = "../ethcore/types" }
|
||||||
ethash = { path = "../ethash" }
|
ethash = { path = "../ethash" }
|
||||||
ethcore = { path = "../ethcore", features = ["test-helpers"] }
|
ethcore = { path = "../ethcore" }
|
||||||
ethcore-accounts = { path = "../accounts", optional = true }
|
ethcore-accounts = { path = "../accounts", optional = true }
|
||||||
ethcore-light = { path = "../ethcore/light" }
|
ethcore-light = { path = "../ethcore/light" }
|
||||||
ethcore-logger = { path = "../parity/logger" }
|
ethcore-logger = { path = "../parity/logger" }
|
||||||
|
Loading…
Reference in New Issue
Block a user