MrCyjaneK / monero_c

GNU Lesser General Public License v3.0
4 stars 4 forks source link

Improve error messages in coin control #75

Open MrCyjaneK opened 1 month ago

MrCyjaneK commented 1 month ago

As reported by Ramo:

Selected 2 * 0.001 and tried to send 0.002. As expected, the transaction was not allowed, but the error message read: "Not enough funds to transfer, available only 0.00986934; transaction amount 0.00204342 = 0.002 + 0.00004342 (fees)." The error message should ideally show the selected coins balance (or available balance) as 0.002, not the total available balance.