aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorAlexandre Van de Sande <alex.vandesande@ethdev.com>2015-04-24 19:46:41 +0800
committerAlexandre Van de Sande <alex.vandesande@ethdev.com>2015-04-24 19:50:23 +0800
commit8716278ca8bd3912bb45999bb0e40637797399cf (patch)
tree2c74ec5ef14028864ca4dc1cc782868a6a8aa0c6 /cmd
parent9caf880ff93794f80122ee7272c050bf571efa61 (diff)
downloaddexon-8716278ca8bd3912bb45999bb0e40637797399cf.tar
dexon-8716278ca8bd3912bb45999bb0e40637797399cf.tar.gz
dexon-8716278ca8bd3912bb45999bb0e40637797399cf.tar.bz2
dexon-8716278ca8bd3912bb45999bb0e40637797399cf.tar.lz
dexon-8716278ca8bd3912bb45999bb0e40637797399cf.tar.xz
dexon-8716278ca8bd3912bb45999bb0e40637797399cf.tar.zst
dexon-8716278ca8bd3912bb45999bb0e40637797399cf.zip
Smaller frontier cover art
Diffstat (limited to 'cmd')
-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 e399731e7..3c7d7a5dd 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("\n\n█ █ █ █ █ █ ███ █ █\n█ █ █ ███ █ ███ ███ ███ ███ ███ ███ ███ ███ ███ █ ███ ███ ██ ███ ███ ███ \n█ █ █ ██ █ █ █ █ ███ ██ █ █ █ █ █ █ ██ ██ █ █ █ █ █ █ █ ██ █ \n█████ ███ ██ ███ ███ █ █ ███ ██ ███ ██ █ █ ███ █ █ ███ █ █ ██ ██ ███ █ \n\n")
+ fmt.Printf("\n 🌞\n\n ᴡᴇʟᴄᴏᴍᴇ ᴛᴏ ᴛʜᴇ\n 𝐅 𝐑 𝐎 𝐍 𝐓 𝐈 𝐄 𝐑\n\n🌾 🌵🌾🌾 🐎 🌾 🌵 🌾\n\n")
runtime.GOMAXPROCS(runtime.NumCPU())
defer logger.Flush()
if err := app.Run(os.Args); err != nil {