From 9841061b49914fe769f717e7332255c9a6d0bf65 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Wed, 20 Aug 2025 06:38:25 -0400 Subject: [PATCH] Add missing feature in substrate/client --- substrate/client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/client/Cargo.toml b/substrate/client/Cargo.toml index 1d273695..7a3e2cdb 100644 --- a/substrate/client/Cargo.toml +++ b/substrate/client/Cargo.toml @@ -65,7 +65,7 @@ borsh = ["serai-abi/borsh"] networks = [] 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 # require connecting to a Serai node