mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-30 08:24:57 +00:00
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…
x
Reference in New Issue
Block a user