From 2944a7ddfc67ededa4c3ad6f6a4f28b5a18b35ac Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Sun, 10 Feb 2019 17:19:12 +0100 Subject: [PATCH] Renamed `Helpers` -> `Variables`, seems to make more sense (#560) --- specs/core/0_beacon-chain.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 78d24cde3..3c89cf1a9 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -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)`.