add pending to nut07 check spendable

This commit is contained in:
thesimplekid
2023-07-08 13:59:30 -04:00
parent eb31150031
commit 1b6487dec0
2 changed files with 9 additions and 3 deletions

View File

@@ -17,4 +17,5 @@ pub struct CheckSpendableResponse {
/// booleans indicating whether the provided Proof is still spendable.
/// In same order as provided proofs
pub spendable: Vec<bool>,
pub pending: Vec<bool>,
}