mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
fix: scroll greeting message (#885)
This commit is contained in:
parent
a40ef3f6e0
commit
9aee47255f
1 changed files with 3 additions and 0 deletions
|
|
@ -298,6 +298,9 @@ func prepare(ctx *cli.Context) {
|
|||
case ctx.GlobalIsSet(utils.ScrollSepoliaFlag.Name):
|
||||
log.Info("Starting l2geth on Scroll Sepolia testnet...")
|
||||
|
||||
case ctx.GlobalIsSet(utils.ScrollFlag.Name):
|
||||
log.Info("Starting l2geth on Scroll mainnet...")
|
||||
|
||||
case ctx.GlobalIsSet(utils.DeveloperFlag.Name):
|
||||
log.Info("Starting Geth in ephemeral dev mode...")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue