Skip to content

Commit

Permalink
Update params.go (shentufoundation#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozhongni authored Oct 23, 2020
1 parent 372ba1d commit 97f4e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/shield/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
DefaultProtectionPeriod = time.Hour * 24 * 21 // 21 days
DefaultShieldFeesRate = sdk.NewDecWithPrec(769, 5) // 0.769%
DefaultWithdrawPeriod = time.Hour * 24 * 21 // 21 days
DefaultPoolShieldLimit = sdk.NewDecWithPrec(10, 2) // 10%
DefaultPoolShieldLimit = sdk.NewDecWithPrec(50, 2) // 50%
DefaultMinShieldPurchase = sdk.NewCoins(sdk.NewCoin(common.MicroCTKDenom, sdk.NewInt(50000000))) // 50 CTK

// default values for Shield claim proposal's parameters
Expand Down

0 comments on commit 97f4e79

Please sign in to comment.