aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-02 19:35:12 +0800
committerobscuren <geffobscura@gmail.com>2014-05-02 19:35:12 +0800
commitf1da6f0564696f4fb5a6c04d1b9e24ed12432d63 (patch)
tree692b4c99cad7ceed5013dd03aca1bfccc2fa1260 /ethereal/assets/qml
parentee04c6ff6790a9b39ea96a630a60bdcf7f261b97 (diff)
downloadgo-tangerine-f1da6f0564696f4fb5a6c04d1b9e24ed12432d63.tar.gz
go-tangerine-f1da6f0564696f4fb5a6c04d1b9e24ed12432d63.tar.zst
go-tangerine-f1da6f0564696f4fb5a6c04d1b9e24ed12432d63.zip
Fixed samplecoin
Diffstat (limited to 'ethereal/assets/qml')
-rw-r--r--ethereal/assets/qml/webapp.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethereal/assets/qml/webapp.qml b/ethereal/assets/qml/webapp.qml
index 11ccd6998..4bac12ef0 100644
--- a/ethereal/assets/qml/webapp.qml
+++ b/ethereal/assets/qml/webapp.qml
@@ -60,6 +60,7 @@ ApplicationWindow {
var tx = eth.transact(data.args[0], data.args[1], data.args[2],data.args[3],data.args[4],data.args[5])
postData(data._seed, tx)
+
break
case "create":
postData(data._seed, null)