From 24a4fdf40556048b61c63fb1ede782d72ce64edb Mon Sep 17 00:00:00 2001 From: David Date: Fri, 13 Sep 2019 11:53:49 +0200 Subject: [PATCH] Don't build rpc with ethcore test-helpers (#11048) --- rpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 04de73c73b2..e95c48cb96b 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -36,7 +36,7 @@ jsonrpc-pubsub = "10.0.1" 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" }