work in progress test improvements
This commit is contained in:
parent
c1076097c3
commit
aa451778f9
|
@ -76,7 +76,7 @@ def default_balances(spec):
|
|||
Helper method to create a series of default balances.
|
||||
Usage: `@with_custom_state(balances_fn=default_balances, ...)`
|
||||
"""
|
||||
num_validators = spec.SLOTS_PER_EPOCH * 256
|
||||
num_validators = spec.SLOTS_PER_EPOCH * 8
|
||||
return [spec.MAX_EFFECTIVE_BALANCE] * num_validators
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue