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

Commit

Permalink
fix: remove unused error-chain (#11028)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored and dvdplm committed Sep 9, 2019
1 parent a4969ca commit 53e590f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion ethcore/light/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ keccak-hasher = { path = "../../util/keccak-hasher" }
triehash-ethereum = { version = "0.2", path = "../../util/triehash-ethereum" }
kvdb = "0.1"
memory-cache = { path = "../../util/memory-cache" }
error-chain = { version = "0.12", default-features = false }
journaldb = { path = "../../util/journaldb" }
verification = { path = "../verification" }

Expand Down
1 change: 0 additions & 1 deletion miner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ url = { version = "1", optional = true }
# Miner
ansi_term = "0.11"
common-types = { path = "../ethcore/types" }
error-chain = "0.12"
ethabi = "8.0"
ethabi-derive = "8.0"
ethabi-contract = "8.0"
Expand Down
1 change: 0 additions & 1 deletion util/network-devp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ keccak-hash = "0.2.0"
parity-snappy = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
error-chain = { version = "0.12", default-features = false }
lru-cache = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit 53e590f

Please sign in to comment.