Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No longer display withdrawn auction NFTs when viewing balance in pcli (…
…#4826) ## Describe your changes pcli no longer displays withdrawn auction NFTs when running ```pcli view balance``` ## Issue ticket number and link #4820 ## Checklist before requesting a review - [x] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason: I have only modified what pcli filters out before displaying balances and added a function in denom_metadata that matches a similar function for LPNFTs. > After completing a number of auctions, viewing my balances through pcli has become increasingly difficult due to all of my previously withdrawn auction NFTs. I decided to not filter out closed auction positions so they can serve as a reminder to withdraw them, matching the default behavior of the swap frontend.
- Loading branch information