Concordium / Testnet3-Challenges

This repo is dedicated to Concordium Incentivized Testnet3.
https://developers.concordium.com/
Apache License 2.0
325 stars 471 forks source link

LOSS OF INSUFFICIENT BALANCE WARNINGS #1327

Closed okannako closed 3 years ago

okannako commented 3 years ago

If there is not enough balance in your wallet account, it keeps waiting on the code screen because the transfer is being made and does not show a warning such as no balance, etc. I noticed this error today.

CODE: ./concordium-client transaction send-gtu-encrypted --receiver "okan2" --amount 0.1 --sender "okan"

1

concordium-cl commented 3 years ago

Hi okannako,

actually in your case the transaction was successful: transfer2

transfer

However, you are right that if you hadn't enough general balance, the transaction would be "pending" until it would become "absent", without an error message to the user, which is inconvenient. I have created an internal improvement suggestion for it.

Thanks for submitting!

concordium-cl commented 3 years ago

Issue will be traced by internal ticket.