Skip to content

Commit

Permalink
Log starting Agora-el and not Ethereum
Browse files Browse the repository at this point in the history
  • Loading branch information
hewison-chris authored and MichaelKim20 committed Oct 4, 2022
1 parent 76b9c69 commit 3c5fe78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/geth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3c5fe78

Please sign in to comment.