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