Merge PR #3796: Set Quorum field in a manner consistent with DefaultGenesisState.
This commit is contained in:
parent
5d05b7ff0f
commit
e1ad7384da
|
@ -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),
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue