Skip to content

Commit

Permalink
Changed the default percentage
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Rodygin committed Dec 4, 2023
1 parent 28783a3 commit 39cf5da
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 @@ -424,7 +424,7 @@ var (
CeloFeeCurrencyDefault = cli.Float64Flag{
Name: "celo.feecurrency.default",
Usage: "Default fraction of block gas limit available for TXs paid with a whitelisted currency",
Value: 0.9,
Value: 0.5,
}
CeloFeeCurrencyLimits = cli.StringFlag{
Name: "celo.feecurrency.limits",
Expand Down

0 comments on commit 39cf5da

Please sign in to comment.