Back to 50 initially bonded

This commit is contained in:
Christopher Goes 2018-10-23 15:55:06 +02:00
parent be66a4950e
commit c14fa12b0c
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ func appStateFn(r *rand.Rand, accs []simulation.Account) json.RawMessage {
var delegations []stake.Delegation
// XXX Try different numbers of initially bonded validators
numInitiallyBonded := int64(5)
numInitiallyBonded := int64(50)
valAddrs := make([]sdk.ValAddress, numInitiallyBonded)
for i := 0; i < int(numInitiallyBonded); i++ {
valAddr := sdk.ValAddress(accs[i].Address)