prysm-pulse/beacon-chain/core
Justin ec800bac7c
Remove redundant check in exit.go (#6559)
* Remove redundant check in exit.go

The check `exit.Exit.ValidatorIndex >= uint64(beaconState.NumValidators())` is done in `beaconState.ValidatorAtIndexReadOnly(exit.Exit.ValidatorIndex)`.
* Merge branch 'master' into patch-1
* Merge branch 'master' into patch-1
* Merge branch 'master' into patch-1
* Merge branch 'master' into patch-1
* Merge branch 'master' into patch-1
2020-07-13 09:36:40 +00:00
..
blocks Remove redundant check in exit.go (#6559) 2020-07-13 09:36:40 +00:00
epoch Improve make() capacity allocations (#6517) 2020-07-09 15:50:58 +00:00
feed Implement Stream Duties Functionality (#5685) 2020-05-06 14:15:31 -05:00
helpers Improve make() capacity allocations (#6517) 2020-07-09 15:50:58 +00:00
state Cleanup process block/operation names (#6500) 2020-07-06 18:24:30 -07:00
validators Address spec adherence feedbacks (#6365) 2020-06-24 03:14:44 +00:00