mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
fix: scroll greeting message (#927)
This commit is contained in:
parent
ad4d842726
commit
07fe67a904
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue