cmd/puppeth, cmd/utils: finalize removal of gasTarget flag (#24370)

This PR fully removes the --miner.gastarget flag, as previously it was only hidden from the geth --help command, but could still be used.
This commit is contained in:
Zachinquarantine
2022-09-23 22:32:10 +02:00
committed by GitHub
parent 3da42f85d9
commit 15b4a4bf2e
5 changed files with 3 additions and 27 deletions
-1
View File
@@ -121,7 +121,6 @@ var (
utils.MiningEnabledFlag,
utils.MinerThreadsFlag,
utils.MinerNotifyFlag,
utils.LegacyMinerGasTargetFlag,
utils.MinerGasLimitFlag,
utils.MinerGasPriceFlag,
utils.MinerEtherbaseFlag,