Skip to content

Commit

Permalink
cmd/utils: update --ropsten description (ethereum#25078)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aracki authored and cp-wjhan committed Jun 13, 2023
1 parent 6e1a0cd commit 0530df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Expand Up @@ -154,7 +154,7 @@ var (
}
RopstenFlag = cli.BoolFlag{
Name: "ropsten",
Usage: "Ropsten network: pre-configured proof-of-work test network",
Usage: "Ropsten network: pre-configured proof-of-stake test network",
}
RinkebyFlag = cli.BoolFlag{
Name: "rinkeby",
Expand Down

0 comments on commit 0530df8

Please sign in to comment.