aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-04-26 17:30:33 +0800
committerobscuren <geffobscura@gmail.com>2015-04-26 17:30:33 +0800
commit7fd368c58695263192346c89d53c0b6ddec593e9 (patch)
treebf2e45350dd201bfd12bb97b18b7c6df731069b5 /cmd/geth/main.go
parenta237ff65eae0ff1c654d7efafbcfc6d5dcc6c9ce (diff)
downloadgo-tangerine-7fd368c58695263192346c89d53c0b6ddec593e9.tar
go-tangerine-7fd368c58695263192346c89d53c0b6ddec593e9.tar.gz
go-tangerine-7fd368c58695263192346c89d53c0b6ddec593e9.tar.bz2
go-tangerine-7fd368c58695263192346c89d53c0b6ddec593e9.tar.lz
go-tangerine-7fd368c58695263192346c89d53c0b6ddec593e9.tar.xz
go-tangerine-7fd368c58695263192346c89d53c0b6ddec593e9.tar.zst
go-tangerine-7fd368c58695263192346c89d53c0b6ddec593e9.zip
geth/main: removed crazy welcome message :-(
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r--cmd/geth/main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index c210431ba..6ffc3c4a0 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -266,7 +266,8 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso
}
func main() {
- fmt.Printf("\n 🌞\n\n α΄‘α΄‡ΚŸα΄„α΄α΄α΄‡ ᴛᴏ α΄›Κœα΄‡\n 𝐅 𝐑 𝐎 𝐍 𝐓 𝐈 𝐄 𝐑\n\n🌾 🌡🌾🌾 🐎 🌾 🌡 🌾\n\n")
+ //fmt.Printf("\n 🌞\n\n α΄‘α΄‡ΚŸα΄„α΄α΄α΄‡ ᴛᴏ α΄›Κœα΄‡\n 𝐅 𝐑 𝐎 𝐍 𝐓 𝐈 𝐄 𝐑\n\n🌾 🌡🌾🌾 🐎 🌾 🌡 🌾\n\n")
+ fmt.Println("\n Welcome to the\n FRONTIER\n")
runtime.GOMAXPROCS(runtime.NumCPU())
defer logger.Flush()
if err := app.Run(os.Args); err != nil {