Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fragwuerdig committed Jul 14, 2024
1 parent a02f7c8 commit f54293a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/treasury/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var (
DefaultRewardWeight = sdk.NewDecWithPrec(5, 2) // 5%
DefaultBurnTaxSplit = sdk.NewDecWithPrec(1, 1) // 10% goes to community pool, 90% burn
DefaultMinInitialDepositRatio = sdk.ZeroDec() // 0% min initial deposit
DefaultOracleSplit = sdk.OneDec() // 100% oracle, community tax (CP) is deducted before oracle split
DefaultOracleSplit = sdk.OneDec() // 100% oracle, community tax (CP) is deducted before oracle split
)

var _ paramstypes.ParamSet = &Params{}
Expand Down

0 comments on commit f54293a

Please sign in to comment.