mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 11:36:37 +00:00
Unused variable
This commit is contained in:
parent
6c0b194382
commit
7ab13e0f17
1 changed files with 0 additions and 1 deletions
|
|
@ -137,7 +137,6 @@ func main() {
|
||||||
|
|
||||||
utils.StartEthereum(ethereum)
|
utils.StartEthereum(ethereum)
|
||||||
|
|
||||||
latestBlock := ethereum.ChainManager().CurrentBlock()
|
|
||||||
fmt.Printf("Welcome to the FRONTIER\n")
|
fmt.Printf("Welcome to the FRONTIER\n")
|
||||||
|
|
||||||
if StartJsConsole {
|
if StartJsConsole {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue