thesimplekid / athenut-frontend

MIT License
1 stars 1 forks source link

Check proof state #29

Open thesimplekid opened 3 weeks ago

thesimplekid commented 3 weeks ago

I've encountered a few times where a spent proof is not removed and then attepting to search will fail because the wallet its trying to double spend.

This should be fixed in two spots: 1) The search function should be smart enough to realize it is a token already spent error and retry the search and remove the spent token 2) We should add a UI button to check the state of proofs in the wallet. @swedishfrenchpress