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