Преглед изворни кода

fix: client only on when wallet feature enabled

thesimplekid пре 1 година
родитељ
комит
fb285fcf47
1 измењених фајлова са 1 додато и 1 уклоњено
  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")]