mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-14 23:29:02 +00:00
cmd/utils: update SepoliaFlag usage (#31961)
The Sepolia testnet has transitioned to pos following The Merge.
This commit is contained in:
parent
fe95bfdc89
commit
35c5b4fafd
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ var (
|
|||
}
|
||||
SepoliaFlag = &cli.BoolFlag{
|
||||
Name: "sepolia",
|
||||
Usage: "Sepolia network: pre-configured proof-of-work test network",
|
||||
Usage: "Sepolia network: pre-configured proof-of-stake test network",
|
||||
Category: flags.EthCategory,
|
||||
}
|
||||
HoleskyFlag = &cli.BoolFlag{
|
||||
|
|
|
|||
Loading…
Reference in a new issue