nautls / nautilus-wallet

Privacy wallet designed for Ergo Platform
https://www.nautiluswallet.com
MIT License
67 stars 35 forks source link

Nautilus reserves `0.0001 ERG` for the change box even if no change is required. #161

Open arobsn opened 3 months ago

arobsn commented 3 months ago

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.