Sfoglia il codice sorgente

fix: client only on when wallet feature enabled

thesimplekid 1 anno fa
parent
commit
fb285fcf47
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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")]