Amend description of override.mergeForkBlock flag (#4106)

This commit is contained in:
Andrew Ashikhmin 2022-05-09 14:55:04 +02:00 committed by GitHub
parent e9dcc2e472
commit 05c4a57760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,7 @@ var (
}
OverrideMergeForkBlock = BigFlag{
Name: "override.mergeForkBlock",
Usage: "Manually specify TerminalTotalDifficulty, overriding the bundled setting",
Usage: "Manually specify FORK_NEXT_VALUE (see EIP-3675), overriding the bundled setting",
}
// Ethash settings
EthashCachesInMemoryFlag = cli.IntFlag{