mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-18 05:56:37 +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
|
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 a new issue