From 06287c478ae930f9ba364ae16458c617c2e441d7 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 13 Sep 2019 11:53:31 +0200 Subject: [PATCH] ethcore: remove `test-helper feat` from build (#11047) (#11049) --- rpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 92ad1a056df..ec25c9e8b3f 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" }