diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 92ad1a056..ec25c9e8b 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -37,7 +37,7 @@ jsonrpc-pubsub = "12.0.0" common-types = { path = "../ethcore/types" } ethash = { path = "../ethash" } -ethcore = { path = "../ethcore", features = ["test-helpers"] } +ethcore = { path = "../ethcore" } ethcore-accounts = { path = "../accounts", optional = true } ethcore-light = { path = "../ethcore/light" } ethcore-logger = { path = "../parity/logger" }