mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-23 14:06:56 +01:00
fix: check state of pending conditions
This commit is contained in:
@@ -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?
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user