Alex Stokes c141d90f0f
Fix typo with initial generation of latest_penalized_exit_balances
The spec as written is not valid python -- the generator of the list
comprehension must be iterable.

It looks like the author simply meant to `range` over the intended length.

This commit fixes the missing `range` operator
2019-01-10 15:41:15 -06:00
..