Explorar o código

fix: client only on when wallet feature enabled

thesimplekid hai 1 ano
pai
achega
fb285fcf47
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      crates/cashu-sdk/src/lib.rs

+ 1 - 1
crates/cashu-sdk/src/lib.rs

@@ -6,7 +6,7 @@ use tokio::runtime::Runtime;
 #[cfg(feature = "blocking")]
 use futures_util::Future;
 
-// #[cfg(feature = "wallet")]
+#[cfg(feature = "wallet")]
 pub(crate) mod client;
 
 #[cfg(feature = "mint")]