EthereumCommonwealth / etherwallet

Ethereum Classic blockchain interaction web tool.
https://ethereumproject.github.io/etherwallet/
BSD 4-Clause "Original" or "Old" License
14 stars 17 forks source link

remove not enough balance error #159

Closed j-chimienti closed 6 years ago

j-chimienti commented 6 years ago

issue:

wallet balance fetched async, and hasEnoughBalance() defaults to false if loading.

changes:

remove alert

not terribly important and did not want to change hasEnoughBalance function to default to true if loading and since it's used in other controllers.