pull/113/head
obscuren 10 years ago
parent c7afb5fb72
commit bbe896875e
  1. 2
      ethereal/assets/qml/wallet.qml

@ -992,7 +992,7 @@ ApplicationWindow {
var gasPrice = txGasPrice.text + denomModel.get(gasDenom.currentIndex).zeros;
var res = eth.create(txFuelRecipient.text, value, txGas.text, gasPrice, codeView.text)
if(res[1]) {
txResult.text = "Your contract <b>could not</b> be send over the network:\n<b>"
txResult.text = "Your contract <b>could not</b> be sent over the network:\n<b>"
txResult.text += res[1].error()
txResult.text += "</b>"
mainContractColumn.state = "ERROR"

Loading…
Cancel
Save