mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
Delete Deprecated Flags and Old Slashing Protection for V2 (#9453)
* delete deprecated flags and old slashing protection schema * remove toledo mentions * build * do not remove migration
This commit is contained in:
@@ -35,7 +35,6 @@ var Commands = &cli.Command{
|
||||
flags.SkipMnemonic25thWordCheckFlag,
|
||||
featureconfig.Mainnet,
|
||||
featureconfig.PyrmontTestnet,
|
||||
featureconfig.ToledoTestnet,
|
||||
featureconfig.PraterTestnet,
|
||||
cmd.AcceptTosFlag,
|
||||
}),
|
||||
@@ -66,7 +65,6 @@ var Commands = &cli.Command{
|
||||
flags.RemoteSignerCACertPathFlag,
|
||||
featureconfig.Mainnet,
|
||||
featureconfig.PyrmontTestnet,
|
||||
featureconfig.ToledoTestnet,
|
||||
featureconfig.PraterTestnet,
|
||||
cmd.AcceptTosFlag,
|
||||
}),
|
||||
@@ -96,7 +94,6 @@ var Commands = &cli.Command{
|
||||
flags.SkipMnemonic25thWordCheckFlag,
|
||||
featureconfig.Mainnet,
|
||||
featureconfig.PyrmontTestnet,
|
||||
featureconfig.ToledoTestnet,
|
||||
featureconfig.PraterTestnet,
|
||||
cmd.AcceptTosFlag,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user