Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
ethcore: remove test-helper feat from build (#11047) (#11049)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdplm authored Sep 13, 2019
1 parent 6ad6c3c commit 06287c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 06287c4

Please sign in to comment.