Correct the coordinator tests

They weren't updated with the past couple of commits.
This commit is contained in:
Luke Parker
2023-09-29 04:35:00 -04:00
parent bd5491dfd5
commit aa59f53ead
4 changed files with 21 additions and 4 deletions

View File

@@ -19,12 +19,15 @@ hex = "0.4"
zeroize = { version = "1", default-features = false }
rand_core = { version = "0.6", default-features = false }
blake2 = "0.10"
ciphersuite = { path = "../../crypto/ciphersuite", default-features = false, features = ["ristretto", "secp256k1"] }
schnorrkel = "0.11"
dkg = { path = "../../crypto/dkg", default-features = false, features = ["tests"] }
messages = { package = "serai-processor-messages", path = "../../processor/messages" }
scale = { package = "parity-scale-codec", version = "3" }
serai-client = { path = "../../substrate/client", features = ["serai"] }
serai-message-queue = { path = "../../message-queue" }