ethcore: remove `test-helper feat` from build (#11047) (#11049)

This commit is contained in:
David 2019-09-13 11:53:31 +02:00 committed by GitHub
parent 6ad6c3cbf9
commit 06287c478a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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" }