Commit fca36cc0 authored by Maran's avatar Maran

Typo

parent b71094b0
...@@ -75,7 +75,7 @@ ApplicationWindow { ...@@ -75,7 +75,7 @@ ApplicationWindow {
break break
case "getBlockByHash": case "getBlockByHash":
var block = eth.getBlock((data.args[0]) var block = eth.getBlock(data.args[0])
postData(data._seed, block) postData(data._seed, block)
break break
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment