mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-13 05:08:35 +00:00
Typo. Fixes #107
This commit is contained in:
parent
c7afb5fb72
commit
bbe896875e
1 changed files with 1 additions and 1 deletions
|
|
@ -992,7 +992,7 @@ ApplicationWindow {
|
||||||
var gasPrice = txGasPrice.text + denomModel.get(gasDenom.currentIndex).zeros;
|
var gasPrice = txGasPrice.text + denomModel.get(gasDenom.currentIndex).zeros;
|
||||||
var res = eth.create(txFuelRecipient.text, value, txGas.text, gasPrice, codeView.text)
|
var res = eth.create(txFuelRecipient.text, value, txGas.text, gasPrice, codeView.text)
|
||||||
if(res[1]) {
|
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 += res[1].error()
|
||||||
txResult.text += "</b>"
|
txResult.text += "</b>"
|
||||||
mainContractColumn.state = "ERROR"
|
mainContractColumn.state = "ERROR"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue