diff --git a/crates/cdk/src/wallet.rs b/crates/cdk/src/wallet.rs index 0e2894eb..b1a637d1 100644 --- a/crates/cdk/src/wallet.rs +++ b/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? {