We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97f578 commit 554b1b9Copy full SHA for 554b1b9
cmd/utils/flags.go
@@ -686,7 +686,7 @@ var (
686
}
687
GpoMaxGasPriceFlag = cli.Int64Flag{
688
Name: "gpo.maxprice",
689
- Usage: "Maximum gas price will be recommended by gpo",
+ Usage: "Maximum transaction priority fee (or gasprice before London fork) to be recommended by gpo",
690
Value: ethconfig.Defaults.GPO.MaxPrice.Int64(),
691
692
GpoIgnoreGasPriceFlag = cli.Int64Flag{
0 commit comments