Skip to content

Commit

Permalink
removed unnecessary default value
Browse files Browse the repository at this point in the history
  • Loading branch information
insumity committed Jul 17, 2024
1 parent 43883e3 commit 98bcafa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x/ccv/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ const (
// decimal number. For example "0.75" would represent 75%.
DefaultConsumerRedistributeFrac = "0.75"

// By default, the bottom 5% of the validator set can opt out of validating consumer chains
DefaultSoftOptOutThreshold = "0.05"

// Default number of historical info entries to persist in store.
// We use the same default as the staking module, but use a signed integer
// so that negative values can be caught during parameter validation in a readable way,
Expand Down

0 comments on commit 98bcafa

Please sign in to comment.