fix: check state of pending conditions

This commit is contained in:
thesimplekid
2024-05-28 13:39:42 +01:00
parent 34d6e484b5
commit 0ba78b9e1d

View File

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