+ tooltips for the main navigation
* changed logo to official one * slightly increase transaction fee
This commit is contained in:
@@ -45,7 +45,7 @@ class Blockchain {
|
||||
if (error) {
|
||||
clbError(error);
|
||||
} else {
|
||||
var usedGas = result;
|
||||
var usedGas = result + 1;
|
||||
web3Local.eth.getGasPrice(function( error, result ) {
|
||||
if (error) {
|
||||
clbError(error);
|
||||
@@ -81,7 +81,7 @@ class Blockchain {
|
||||
if (error) {
|
||||
clbError(error);
|
||||
} else {
|
||||
RawTransaction.gas = result;
|
||||
RawTransaction.gas = result + 1;
|
||||
web3Local.eth.getGasPrice(function( error, result ) {
|
||||
if (error) {
|
||||
clbError(error);
|
||||
|
||||
@@ -52,7 +52,6 @@ class SendTransaction {
|
||||
|
||||
resetSendForm() {
|
||||
if (EthoMainGUI.getAppState() == "send") {
|
||||
$("#sendFromAddress").val("");
|
||||
$("#sendToAddress").val("");
|
||||
$("#sendAmmount").val(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user