Skip to content

Commit 554b1b9

Browse files
sscoderethunkonwn-coderholiman
authored
cmd/utils: update gpo.maxprice flag description (#23758)
* cmd/utils: update flag description * Update cmd/utils/flags.go Co-authored-by: unkonwn-coder <[email protected]> Co-authored-by: Martin Holst Swende <[email protected]>
1 parent b97f578 commit 554b1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/utils/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ var (
686686
}
687687
GpoMaxGasPriceFlag = cli.Int64Flag{
688688
Name: "gpo.maxprice",
689-
Usage: "Maximum gas price will be recommended by gpo",
689+
Usage: "Maximum transaction priority fee (or gasprice before London fork) to be recommended by gpo",
690690
Value: ethconfig.Defaults.GPO.MaxPrice.Int64(),
691691
}
692692
GpoIgnoreGasPriceFlag = cli.Int64Flag{

0 commit comments

Comments
 (0)