aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-01 02:15:57 +0800
committerobscuren <geffobscura@gmail.com>2015-03-01 02:15:57 +0800
commit6ea7aae29ca71e6fe857b85296b574e09df57184 (patch)
tree3b5a4ee4aad751ec3166005135771f6721f877ff /cmd/ethereum/main.go
parentcc5c8a444dbc23501ba1a131eb2334f4b5e1ce9f (diff)
downloaddexon-6ea7aae29ca71e6fe857b85296b574e09df57184.tar.gz
dexon-6ea7aae29ca71e6fe857b85296b574e09df57184.tar.zst
dexon-6ea7aae29ca71e6fe857b85296b574e09df57184.zip
Removed some methods from the JS REPL
Diffstat (limited to 'cmd/ethereum/main.go')
-rw-r--r--cmd/ethereum/main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go
index 45e6f7b93..1562165cd 100644
--- a/cmd/ethereum/main.go
+++ b/cmd/ethereum/main.go
@@ -137,6 +137,9 @@ func main() {
utils.StartEthereum(ethereum)
+ latestBlock := ethereum.ChainManager().CurrentBlock()
+ fmt.Printf("Welcome to the FRONTIER\n")
+
if StartJsConsole {
InitJsConsole(ethereum)
} else if len(InputFile) > 0 {