Skip to content

Commit

Permalink
Renamed Helpers -> Variables, seems to make more sense (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Eigenmann authored and JustinDrake committed Feb 10, 2019
1 parent 1f97206 commit 2944a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/core/0_beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)`.
Expand Down

0 comments on commit 2944a7d

Please sign in to comment.