mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 00:24:56 -05:00
Renamed Helpers -> Variables, seems to make more sense (#560)
This commit is contained in:
@@ -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)`.
|
||||
|
||||
Reference in New Issue
Block a user