Explorar el Código

fix: client only on when wallet feature enabled

thesimplekid hace 1 año
padre
commit
fb285fcf47
Se han modificado 1 ficheros con 1 adiciones y 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")]