mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-22 15:59:26 +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{
|
SepoliaFlag = &cli.BoolFlag{
|
||||||
Name: "sepolia",
|
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,
|
Category: flags.EthCategory,
|
||||||
}
|
}
|
||||||
HoleskyFlag = &cli.BoolFlag{
|
HoleskyFlag = &cli.BoolFlag{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue