diff --git a/crates/cdk/src/wallet/mod.rs b/crates/cdk/src/wallet/mod.rs index 9b5180a0..ff669370 100644 --- a/crates/cdk/src/wallet/mod.rs +++ b/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?