Back to 50 initially bonded
This commit is contained in:
parent
be66a4950e
commit
c14fa12b0c
|
@ -66,7 +66,7 @@ func appStateFn(r *rand.Rand, accs []simulation.Account) json.RawMessage {
|
||||||
var delegations []stake.Delegation
|
var delegations []stake.Delegation
|
||||||
|
|
||||||
// XXX Try different numbers of initially bonded validators
|
// XXX Try different numbers of initially bonded validators
|
||||||
numInitiallyBonded := int64(5)
|
numInitiallyBonded := int64(50)
|
||||||
valAddrs := make([]sdk.ValAddress, numInitiallyBonded)
|
valAddrs := make([]sdk.ValAddress, numInitiallyBonded)
|
||||||
for i := 0; i < int(numInitiallyBonded); i++ {
|
for i := 0; i < int(numInitiallyBonded); i++ {
|
||||||
valAddr := sdk.ValAddress(accs[i].Address)
|
valAddr := sdk.ValAddress(accs[i].Address)
|
||||||
|
|
Loading…
Reference in New Issue