From 01d82848f8b43aec7813835b17a5c3b4f1babb9d Mon Sep 17 00:00:00 2001 From: David Palm Date: Fri, 10 Aug 2018 17:59:01 +0200 Subject: [PATCH] Cleanup leftover from previous pr --- ethbloom/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ethbloom/Cargo.toml b/ethbloom/Cargo.toml index a0dd0a0..33c651a 100644 --- a/ethbloom/Cargo.toml +++ b/ethbloom/Cargo.toml @@ -11,8 +11,7 @@ repository = "https://github.com/paritytech/primitives" [dependencies] tiny-keccak = "1.4" crunchy = { version = "0.1.6", features = ["limit_256"] } -# TODO: remove `branch` when https://github.com/paritytech/parity-common/pull/12 lands -fixed-hash = { git = "https://github.com/paritytech/parity-common", branch = "add-fixed-hash", default_features = false } +fixed-hash = { git = "https://github.com/paritytech/parity-common", default_features = false } ethereum-types-serialize = { version = "0.2.1", path = "../serialize", optional = true } serde = { version = "1.0", optional = true }