diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-02 19:35:12 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-02 19:35:12 +0800 |
commit | f1da6f0564696f4fb5a6c04d1b9e24ed12432d63 (patch) | |
tree | 692b4c99cad7ceed5013dd03aca1bfccc2fa1260 /ethereal/assets/qml | |
parent | ee04c6ff6790a9b39ea96a630a60bdcf7f261b97 (diff) | |
download | dexon-f1da6f0564696f4fb5a6c04d1b9e24ed12432d63.tar.gz dexon-f1da6f0564696f4fb5a6c04d1b9e24ed12432d63.tar.zst dexon-f1da6f0564696f4fb5a6c04d1b9e24ed12432d63.zip |
Fixed samplecoin
Diffstat (limited to 'ethereal/assets/qml')
-rw-r--r-- | ethereal/assets/qml/webapp.qml | 1 |
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) |