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:
Raul Jordan
2021-08-26 13:48:25 -05:00
committed by GitHub
parent 89941d4be2
commit 7d5f30b01e
10 changed files with 2 additions and 118 deletions

View File

@@ -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,
}),