diff --git a/processor/bin/Cargo.toml b/processor/bin/Cargo.toml index f6da8b7c..116916ab 100644 --- a/processor/bin/Cargo.toml +++ b/processor/bin/Cargo.toml @@ -26,7 +26,7 @@ borsh = { version = "1", default-features = false, features = ["std", "derive", ciphersuite = { path = "../../crypto/ciphersuite", default-features = false, features = ["std"] } dkg = { path = "../../crypto/dkg", default-features = false, features = ["std", "evrf-ristretto"] } -serai-client = { path = "../../substrate/client", default-features = false, features = ["bitcoin"] } +serai-client = { path = "../../substrate/client", default-features = false } log = { version = "0.4", default-features = false, features = ["std"] } env_logger = { version = "0.10", default-features = false, features = ["humantime"] }