0.0.69
This commit is contained in:
parent
fbc9d5281b
commit
6e88a95015
@ -12676,7 +12676,7 @@
|
||||
|
||||
if (typeof sender_token_balance.balance !== "number" ||
|
||||
sender_token_balance.balance < token_amount) {
|
||||
err_msg = `Sender has insufficient ${token_name_radio} balance.`;
|
||||
err_msg = `Insufficient ${token_name_radio} balance.`;
|
||||
notify(err_msg, 'error');
|
||||
hidePopup()
|
||||
return false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user