فهرست منبع

fix: check state of pending conditions

thesimplekid 9 ماه پیش
والد
کامیت
0ba78b9e1d
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      crates/cdk/src/wallet.rs

+ 2 - 2
crates/cdk/src/wallet.rs

@@ -417,8 +417,8 @@ impl Wallet {
                 .get_proofs(
                     Some(mint.clone()),
                     None,
-                    Some(vec![State::Unspent, State::Pending]),
-                    Some(vec![]),
+                    Some(vec![State::Unspent, State::Pending, State::Reserved]),
+                    None,
                 )
                 .await?
             {