cmd/geth, cmd/utils: fixed flags name (#21700)

This commit is contained in:
Giuseppe Bertone
2020-10-13 13:33:10 +02:00
committed by GitHub
parent 7a5a822905
commit 2a9ea6be87
3 changed files with 10 additions and 10 deletions

View File

@ -188,8 +188,8 @@ var (
utils.IPCDisabledFlag,
utils.IPCPathFlag,
utils.InsecureUnlockAllowedFlag,
utils.RPCGlobalGasCap,
utils.RPCGlobalTxFeeCap,
utils.RPCGlobalGasCapFlag,
utils.RPCGlobalTxFeeCapFlag,
}
whisperFlags = []cli.Flag{