Unverified Commit 554b1b9d authored by Kawashima's avatar Kawashima Committed by GitHub

cmd/utils: update gpo.maxprice flag description (#23758)

* cmd/utils: update flag description

* Update cmd/utils/flags.go
Co-authored-by: 's avatarunkonwn-coder <unknown-coder@gmail.com>
Co-authored-by: 's avatarMartin Holst Swende <martin@swende.se>
parent b97f5788
...@@ -686,7 +686,7 @@ var ( ...@@ -686,7 +686,7 @@ var (
} }
GpoMaxGasPriceFlag = cli.Int64Flag{ GpoMaxGasPriceFlag = cli.Int64Flag{
Name: "gpo.maxprice", Name: "gpo.maxprice",
Usage: "Maximum gas price will be recommended by gpo", Usage: "Maximum transaction priority fee (or gasprice before London fork) to be recommended by gpo",
Value: ethconfig.Defaults.GPO.MaxPrice.Int64(), Value: ethconfig.Defaults.GPO.MaxPrice.Int64(),
} }
GpoIgnoreGasPriceFlag = cli.Int64Flag{ GpoIgnoreGasPriceFlag = cli.Int64Flag{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment