mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 10:03:47 +00:00
Typo
This commit is contained in:
parent
b71094b01c
commit
fca36cc03d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue