Skip to content

Commit c2f6373

Browse files
Remove Unused Flags
1 parent 98cba68 commit c2f6373

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/utils/flags.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -868,8 +868,6 @@ func setBootstrapNodes(ctx *cli.Context, cfg *p2p.Config) {
868868
urls = params.RinkebyBootnodes
869869
case ctx.GlobalBool(GoerliFlag.Name):
870870
urls = params.GoerliBootnodes
871-
case ctx.GlobalBool(HyperCubeFlag.Name):
872-
urls = params.HyperCubeBootnodes
873871
case cfg.BootstrapNodes != nil:
874872
return // already set, don't apply defaults.
875873
}

0 commit comments

Comments
 (0)