Skip to content

Commit

Permalink
Made flag description more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Rodygin committed Dec 7, 2023
1 parent 6434d6d commit 347d8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ var (
}
CeloFeeCurrencyDefault = cli.Float64Flag{
Name: "celo.feecurrency.default",
Usage: "Default fraction of block gas limit available for TXs paid with a whitelisted currency",
Usage: "Default fraction of block gas limit available for TXs paid with a whitelisted alternative currency",
Value: 0.5,
}
CeloFeeCurrencyLimits = cli.StringFlag{
Expand Down

0 comments on commit 347d8bc

Please sign in to comment.