aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorAlexandre Van de Sande <alex.vandesande@ethdev.com>2015-04-23 00:33:33 +0800
committerAlexandre Van de Sande <alex.vandesande@ethdev.com>2015-04-23 00:33:33 +0800
commitd2fab43abc1724a56f10def965a6c4ac04918049 (patch)
tree1e577294019856ee4ffbbb7d0bd76f2f64c9d41d /cmd/geth/main.go
parent35595560f0111ab09427481144f654ab579f5e5a (diff)
downloadgo-tangerine-d2fab43abc1724a56f10def965a6c4ac04918049.tar
go-tangerine-d2fab43abc1724a56f10def965a6c4ac04918049.tar.gz
go-tangerine-d2fab43abc1724a56f10def965a6c4ac04918049.tar.bz2
go-tangerine-d2fab43abc1724a56f10def965a6c4ac04918049.tar.lz
go-tangerine-d2fab43abc1724a56f10def965a6c4ac04918049.tar.xz
go-tangerine-d2fab43abc1724a56f10def965a6c4ac04918049.tar.zst
go-tangerine-d2fab43abc1724a56f10def965a6c4ac04918049.zip
Changed "Welcome to the Frontier" to something more geeky
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r--cmd/geth/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index ddbd1f129..e399731e7 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -268,7 +268,7 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso
}
func main() {
- fmt.Printf("Welcome to the FRONTIER\n")
+ fmt.Printf("\n\n█ █ █ █ █ █ ███ █ █\n█ █ █ ███ █ ███ ███ ███ ███ ███ ███ ███ ███ ███ █ ███ ███ ██ ███ ███ ███ \n█ █ █ ██ █ █ █ █ ███ ██ █ █ █ █ █ █ ██ ██ █ █ █ █ █ █ █ ██ █ \n█████ ███ ██ ███ ███ █ █ ███ ██ ███ ██ █ █ ███ █ █ ███ █ █ ██ ██ ███ █ \n\n")
runtime.GOMAXPROCS(runtime.NumCPU())
defer logger.Flush()
if err := app.Run(os.Args); err != nil {