mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-25 13:09:30 +00:00
Remove accidentally included bitcoin feature from processor-bin
This commit is contained in:
parent
4292660eda
commit
ec9211fd84
1 changed files with 1 additions and 1 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue