Make distinction between STX "wallet balance" and available balance based on pending transfers/fees/swaps #3389
Labels
area:broadcasting
area:send
bug
Functionality broken
bug-p3
Non-critical functionality broken for many users, or there are clear workarounds
This is confusing for users "Available balance is 0.03" but I can't send 0.028 STX...
This is what is really going on
the "available balance = 0.025 STX" because it should be calculated as available in the wallet minus STX transfers out minus fees pending. And transactions with postconditions "transfer exactly x STX out" could also be subtraced from the balance to arrive at the most accurate available balance (for example a swap transaction STX --> xBTC on alexlab.co).
The current wallet version 4.6.0 will let me send 0.027 with a 0.003 STX fee which is just as impossible (available is 0.025). It does not yet take into account fees, it should.
The pending transaction here will remain pending until it is dropped.
Related to solutions for: #3338
The text was updated successfully, but these errors were encountered: