Open arobsn opened 3 months ago
In a wallet with no tokens besides ERG, when one try to send the max amount, it will select ERG_BALANCE - SAFE_MIN_BOX_AMOUNT.
ERG_BALANCE - SAFE_MIN_BOX_AMOUNT
It should not reserve any amounts since change is not needed in such case.
Reproduction steps
In a wallet with no tokens besides ERG, when one try to send the max amount, it will select
ERG_BALANCE - SAFE_MIN_BOX_AMOUNT
.Expected behavior
It should not reserve any amounts since change is not needed in such case.