diff options
author | Alexandre Van de Sande <alex.vandesande@ethdev.com> | 2015-04-23 00:33:33 +0800 |
---|---|---|
committer | Alexandre Van de Sande <alex.vandesande@ethdev.com> | 2015-04-23 00:33:33 +0800 |
commit | d2fab43abc1724a56f10def965a6c4ac04918049 (patch) | |
tree | 1e577294019856ee4ffbbb7d0bd76f2f64c9d41d /cmd/geth/main.go | |
parent | 35595560f0111ab09427481144f654ab579f5e5a (diff) | |
download | dexon-d2fab43abc1724a56f10def965a6c4ac04918049.tar dexon-d2fab43abc1724a56f10def965a6c4ac04918049.tar.gz dexon-d2fab43abc1724a56f10def965a6c4ac04918049.tar.bz2 dexon-d2fab43abc1724a56f10def965a6c4ac04918049.tar.lz dexon-d2fab43abc1724a56f10def965a6c4ac04918049.tar.xz dexon-d2fab43abc1724a56f10def965a6c4ac04918049.tar.zst dexon-d2fab43abc1724a56f10def965a6c4ac04918049.zip |
Changed "Welcome to the Frontier" to something more geeky
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r-- | cmd/geth/main.go | 2 |
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 { |