Skip to content

Commit

Permalink
Update x/treasury/types/params.go
Browse files Browse the repository at this point in the history
Co-authored-by: Till Ziegler <tz@schoeneweide.tk>
  • Loading branch information
StrathCole and fragwuerdig authored Jul 14, 2024
1 parent 43a0aba commit a02f7c8
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.NewDecWithPrec(10, 1) // 100% oracle, community tax (CP) is deducted before oracle split
DefaultOracleSplit = sdk.OneDec() // 100% oracle, community tax (CP) is deducted before oracle split

Check failure on line 51 in x/treasury/types/params.go

View workflow job for this annotation

GitHub Actions / golangci-lint

File is not `gofumpt`-ed (gofumpt)
)

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

0 comments on commit a02f7c8

Please sign in to comment.