From ec9211fd848fb5837668d7abc0a42e65040a234b Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Fri, 20 Sep 2024 00:15:08 -0400 Subject: [PATCH] Remove accidentally included bitcoin feature from processor-bin --- processor/bin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }