Skip to content

Commit

Permalink
lint`
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding committed Jan 11, 2024
1 parent 48ff5c6 commit 73d3cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/gov/types/v1/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ var (
DefaultVetoThreshold = sdkmath.LegacyNewDecWithPrec(334, 3)
DefaultMinInitialDepositRatio = sdkmath.LegacyZeroDec()
// (New default value for v0.50 migration) 100% of deposit will not be returned to the depositors,
// if the proposal is cancelled. Also, `MsgCancelProposal` is disabled in application.
// if the proposal is canceled. Also, `MsgCancelProposal` is disabled in application.
DefaultProposalCancelRatio = sdkmath.LegacyMustNewDecFromStr("1.0")
// (New default value for v0.50 migration) 100% of deposit is burned if the proposal is cancelled.
// (New default value for v0.50 migration) 100% of deposit is burned if the proposal is canceled.
// Also, `MsgCancelProposal` is disabled in application.
DefaultProposalCancelDestAddress = ""
DefaultBurnProposalPrevote = false // set to false to replicate behavior of when this change was made (0.47)
Expand Down

0 comments on commit 73d3cd5

Please sign in to comment.