Add missing feature in substrate/client

This commit is contained in:
Luke Parker
2025-08-20 06:38:25 -04:00
parent 4122a0135f
commit 9841061b49

View File

@@ -65,7 +65,7 @@ borsh = ["serai-abi/borsh"]
networks = [] networks = []
bitcoin = ["networks", "dep:bitcoin"] bitcoin = ["networks", "dep:bitcoin"]
monero = ["networks", "dalek-ff-group", "monero-wallet"] monero = ["networks", "dalek-ff-group", "ciphersuite", "monero-wallet"]
# Assumes the default usage is to use Serai as a DEX, which doesn't actually # Assumes the default usage is to use Serai as a DEX, which doesn't actually
# require connecting to a Serai node # require connecting to a Serai node