fix: remove unspent from check pending

This commit is contained in:
thesimplekid
2024-06-08 17:05:42 +01:00
parent e1506c4e34
commit 916fa4f5d6

View File

@@ -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?