mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
cmd/geth: add hoodi
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
21e47c016a
commit
dacbc3d262
1 changed files with 2 additions and 0 deletions
|
|
@ -432,6 +432,8 @@ func importHistory(ctx *cli.Context) error {
|
|||
network = "sepolia"
|
||||
case ctx.Bool(utils.HoleskyFlag.Name):
|
||||
network = "holesky"
|
||||
case ctx.Bool(utils.HoodiFlag.Name):
|
||||
network = "hoodi"
|
||||
}
|
||||
} else {
|
||||
// No network flag set, try to determine network based on files
|
||||
|
|
|
|||
Loading…
Reference in a new issue