Merge PR #3796: Set Quorum field in a manner consistent with DefaultGenesisState.

This commit is contained in:
Samuel E. Moelius 2019-03-04 07:25:42 -05:00 committed by Christopher Goes
parent 5d05b7ff0f
commit e1ad7384da
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ func appStateRandomizedFn(r *rand.Rand, accs []simulation.Account, genesisTimest
VotingPeriod: vp,
},
TallyParams: gov.TallyParams{
Quorum: sdk.NewDecWithPrec(334, 3),
Threshold: sdk.NewDecWithPrec(5, 1),
Veto: sdk.NewDecWithPrec(334, 3),
},