forked from cerc-io/plugeth
Typo
This commit is contained in:
parent
b71094b01c
commit
fca36cc03d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user