From 3c5fe78ad3314418e9855bdcffcefbf432e87f67 Mon Sep 17 00:00:00 2001 From: Chris Hewison Date: Tue, 4 Oct 2022 11:01:28 +0900 Subject: [PATCH] Log starting Agora-el and not Ethereum --- cmd/geth/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {