Skip to content

Commit 9aee472

Browse files
authored
fix: scroll greeting message (#885)
1 parent a40ef3f commit 9aee472

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/geth/main.go

+3
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,9 @@ func prepare(ctx *cli.Context) {
298298
case ctx.GlobalIsSet(utils.ScrollSepoliaFlag.Name):
299299
log.Info("Starting l2geth on Scroll Sepolia testnet...")
300300

301+
case ctx.GlobalIsSet(utils.ScrollFlag.Name):
302+
log.Info("Starting l2geth on Scroll mainnet...")
303+
301304
case ctx.GlobalIsSet(utils.DeveloperFlag.Name):
302305
log.Info("Starting Geth in ephemeral dev mode...")
303306

0 commit comments

Comments
 (0)