Renamed Helpers -> Variables, seems to make more sense (#560)

This commit is contained in:
Dean Eigenmann 2019-02-10 17:19:12 +01:00 committed by Justin
parent 1f97206dcf
commit 2944a7ddfc

View File

@ -125,7 +125,7 @@
- [Deposits](#deposits-1)
- [Exits](#exits-1)
- [Per-epoch processing](#per-epoch-processing)
- [Helpers](#helpers)
- [Helper variables](#helper-variables)
- [Eth1 data](#eth1-data-1)
- [Justification](#justification)
- [Crosslinks](#crosslinks)
@ -1770,7 +1770,7 @@ For each `exit` in `block.body.exits`:
The steps below happen when `(state.slot + 1) % EPOCH_LENGTH == 0`.
#### Helpers
#### Helper variables
* Let `current_epoch = get_current_epoch(state)`.
* Let `previous_epoch = get_previous_epoch(state)`.