Misc continuances on the Monero processor

This commit is contained in:
Luke Parker
2024-09-13 00:48:57 -04:00
parent 02409c5735
commit 2c4c33e632
9 changed files with 46 additions and 126 deletions

View File

@@ -31,6 +31,7 @@ dkg = { path = "../../crypto/dkg", default-features = false, features = ["std",
frost = { package = "modular-frost", path = "../../crypto/frost", default-features = false }
monero-wallet = { path = "../../networks/monero/wallet", default-features = false, features = ["std", "multisig"] }
monero-simple-request-rpc = { path = "../../networks/monero/rpc/simple-request", default-features = false }
serai-client = { path = "../../substrate/client", default-features = false, features = ["monero"] }