vultisig / vultisig-web

Simple Vultisig Web Implementation
https://vultisig-web-liard.vercel.app
0 stars 1 forks source link

[BUG] Unable to Remove SPL Token from Vault When Balance Is 0 #18

Closed Ehsan-saradar closed 4 weeks ago

Ehsan-saradar commented 1 month ago

Describe the bug When a user enables an SPL token in their vault, and the balance of that token becomes 0, the user is unable to remove the token from their vault coins.

To Reproduce Steps to reproduce the behavior: 1- Go to the vault and enable an SPL token. 2- Perform an action that reduces the balance of that SPL token to 0. 3- Try to remove the SPL token from the vault coins. 4- The token cannot be removed despite having a 0 balance.

Expected behavior The user should be able to remove any SPL token from their vault when the balance is 0, similar to how they can remove tokens with a positive balance.