diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-01 03:24:20 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-01 03:24:20 +0800 |
commit | 7ab13e0f17e9d1b783d93bd4952cc6d7cc77ea7f (patch) | |
tree | 0d2f54e95c7bd2a8758136e314d75989c0140a29 /cmd | |
parent | 6c0b1943828dc36e4914bb1df6815f9f6f3da227 (diff) | |
download | go-tangerine-7ab13e0f17e9d1b783d93bd4952cc6d7cc77ea7f.tar.gz go-tangerine-7ab13e0f17e9d1b783d93bd4952cc6d7cc77ea7f.tar.zst go-tangerine-7ab13e0f17e9d1b783d93bd4952cc6d7cc77ea7f.zip |
Unused variable
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/ethereum/main.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go index 1562165cd..f72b11e14 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -137,7 +137,6 @@ func main() { utils.StartEthereum(ethereum) - latestBlock := ethereum.ChainManager().CurrentBlock() fmt.Printf("Welcome to the FRONTIER\n") if StartJsConsole { |