瀏覽代碼

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")]