mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-24 10:40:55 +02:00
commit
be0b04c54e
@ -350,7 +350,7 @@ Rectangle {
|
||||
}
|
||||
|
||||
// There are sufficient unlocked funds available
|
||||
if(parseInt(amountLine.text) > parseInt(unlockedBalanceText)){
|
||||
if(parseFloat(amountLine.text) > parseFloat(unlockedBalanceText)){
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user