aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-01 03:24:20 +0800
committerobscuren <geffobscura@gmail.com>2015-03-01 03:24:20 +0800
commit7ab13e0f17e9d1b783d93bd4952cc6d7cc77ea7f (patch)
tree0d2f54e95c7bd2a8758136e314d75989c0140a29 /cmd
parent6c0b1943828dc36e4914bb1df6815f9f6f3da227 (diff)
downloadgo-tangerine-7ab13e0f17e9d1b783d93bd4952cc6d7cc77ea7f.tar
go-tangerine-7ab13e0f17e9d1b783d93bd4952cc6d7cc77ea7f.tar.gz
go-tangerine-7ab13e0f17e9d1b783d93bd4952cc6d7cc77ea7f.tar.bz2
go-tangerine-7ab13e0f17e9d1b783d93bd4952cc6d7cc77ea7f.tar.lz
go-tangerine-7ab13e0f17e9d1b783d93bd4952cc6d7cc77ea7f.tar.xz
go-tangerine-7ab13e0f17e9d1b783d93bd4952cc6d7cc77ea7f.tar.zst
go-tangerine-7ab13e0f17e9d1b783d93bd4952cc6d7cc77ea7f.zip
Unused variable
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ethereum/main.go1
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 {