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 blakehhuynh committed Oct 7, 2022
1 parent 337c4f3 commit 209a4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Expand Up @@ -150,7 +150,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 209a4d2

Please sign in to comment.