This commit is contained in:
Maran 2014-05-13 16:36:29 +02:00
parent b71094b01c
commit fca36cc03d
1 changed files with 1 additions and 1 deletions

View File

@ -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