cmd, eth, les: replace Shanghai override flag with Cancun (#27171)

This commit is contained in:
Péter Szilágyi
2023-04-26 18:17:37 +03:00
committed by GitHub
parent 306d17749c
commit 66c0c4e517
8 changed files with 21 additions and 21 deletions
+3 -3
View File
@@ -268,9 +268,9 @@ var (
Value: 2048,
Category: flags.EthCategory,
}
OverrideShanghai = &cli.Uint64Flag{
Name: "override.shanghai",
Usage: "Manually specify the Shanghai fork timestamp, overriding the bundled setting",
OverrideCancun = &cli.Uint64Flag{
Name: "override.cancun",
Usage: "Manually specify the Cancun fork timestamp, overriding the bundled setting",
Category: flags.EthCategory,
}
// Light server and client settings