Explorar o código

fix: remove unspent from check pending

thesimplekid hai 10 meses
pai
achega
916fa4f5d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      crates/cdk/src/wallet/mod.rs

+ 1 - 1
crates/cdk/src/wallet/mod.rs

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