diff --git a/cmd/geth/main.go b/cmd/geth/main.go index b9e3ed31e..215d1e923 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -309,7 +309,7 @@ func prepare(ctx *cli.Context) { `) case !ctx.IsSet(utils.NetworkIdFlag.Name): - log.Info("Starting Geth on Ethereum mainnet...") + log.Info("Starting Agora-el (Agora Execution Layer) client...") } // If we're a full node on mainnet without --cache specified, bump default cache allowance if ctx.String(utils.SyncModeFlag.Name) != "light" && !ctx.IsSet(utils.CacheFlag.Name) && !ctx.IsSet(utils.NetworkIdFlag.Name) {