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

Commit

Permalink
Don't build rpc with ethcore test-helpers (#11048)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdplm authored Sep 13, 2019
1 parent 45f27ce commit 24a4fdf
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 @@ -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" }
Expand Down

0 comments on commit 24a4fdf

Please sign in to comment.