From 07fe67a904c93f98c199eac9f76e65d911487c97 Mon Sep 17 00:00:00 2001 From: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Date: Thu, 25 Jul 2024 12:02:39 +0800 Subject: [PATCH] fix: scroll greeting message (#927) --- cmd/geth/main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 03bd0bda75..4df3edd78e 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -295,6 +295,9 @@ func prepare(ctx *cli.Context) { case ctx.IsSet(utils.ScrollSepoliaFlag.Name): log.Info("Starting l2geth on Scroll Sepolia testnet...") + case ctx.IsSet(utils.ScrollFlag.Name): + log.Info("Starting l2geth on Scroll mainnet...") + case ctx.IsSet(utils.DeveloperFlag.Name): log.Info("Starting Geth in ephemeral dev mode...") log.Warn(`You are running Geth in --dev mode. Please note the following: