diff --git a/ethereal/assets/qml/webapp.qml b/ethereal/assets/qml/webapp.qml
index 381ca08fac9255ee366dc747276377ab82de1303..d3cffeecab4cc5cc0a74afea4ab779ae0328261c 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