+ tooltips for the main navigation

* changed logo to official one
* slightly increase transaction fee
This commit is contained in:
Taegus
2018-12-18 18:31:29 +01:00
parent a6231ce16a
commit 8578898b04
6 changed files with 10 additions and 8 deletions

View File

@@ -52,7 +52,6 @@ class SendTransaction {
resetSendForm() {
if (EthoMainGUI.getAppState() == "send") {
$("#sendFromAddress").val("");
$("#sendToAddress").val("");
$("#sendAmmount").val(0);
}