Revert "Remove GovernancePenalty"

This reverts commit 86a214f10c.
This commit is contained in:
Jae Kwon
2018-12-17 10:56:45 -08:00
parent ac511abc5c
commit 6666540dbb
5 changed files with 20 additions and 12 deletions
+3 -2
View File
@@ -87,8 +87,9 @@ func appStateFn(r *rand.Rand, accs []simulation.Account) json.RawMessage {
VotingPeriod: vp,
},
TallyParams: gov.TallyParams{
Threshold: sdk.NewDecWithPrec(5, 1),
Veto: sdk.NewDecWithPrec(334, 3),
Threshold: sdk.NewDecWithPrec(5, 1),
Veto: sdk.NewDecWithPrec(334, 3),
GovernancePenalty: sdk.NewDecWithPrec(1, 2),
},
}
fmt.Printf("Selected randomly generated governance parameters:\n\t%+v\n", govGenesis)