From fca36cc03db129619b27133285b18b9877f82d19 Mon Sep 17 00:00:00 2001 From: Maran Date: Tue, 13 May 2014 16:36:29 +0200 Subject: [PATCH] Typo --- ethereal/assets/qml/webapp.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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