Kaynağa Gözat

refactor: redb as wasm

thesimplekid 1 yıl önce
ebeveyn
işleme
e06973af33
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      crates/cashu-sdk/src/mint/localstore/mod.rs

+ 1 - 0
crates/cashu-sdk/src/mint/localstore/mod.rs

@@ -10,6 +10,7 @@ use cashu::nuts::{CurrencyUnit, Id, Proof};
 use cashu::secret::Secret;
 use cashu::types::{MeltQuote, MintQuote};
 pub use memory::MemoryLocalStore;
+#[cfg(all(not(target_arch = "wasm32"), feature = "redb"))]
 pub use redb_store::RedbLocalStore;
 use thiserror::Error;