aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
Diffstat (limited to 'ethereal')
-rw-r--r--ethereal/assets/qml/webapp.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/assets/qml/webapp.qml b/ethereal/assets/qml/webapp.qml
index 381ca08fa..d3cffeeca 100644
--- a/ethereal/assets/qml/webapp.qml
+++ b/ethereal/assets/qml/webapp.qml
@@ -75,7 +75,7 @@ ApplicationWindow {
break
case "getBlockByHash":
- var block = eth.getBlock((data.args[0])
+ var block = eth.getBlock(data.args[0])
postData(data._seed, block)
break