From 3ae077a09b3e374f1e45461f1be535671c5b0476 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Sun, 30 Jun 2019 12:51:13 -0500 Subject: [PATCH] 'beacon state getters' -> ' beacon state accessors' --- 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 4753510c2..7bc0c5377 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -73,7 +73,7 @@ - [`epoch_start_slot`](#epoch_start_slot) - [`delayed_activation_exit_epoch`](#delayed_activation_exit_epoch) - [`bls_domain`](#bls_domain) - - [Beacon state getters](#beacon-state-getters) + - [Beacon state accessors](#beacon-state-accessors) - [`get_current_epoch`](#get_current_epoch) - [`get_previous_epoch`](#get_previous_epoch) - [`get_block_root`](#get_block_root) @@ -774,7 +774,7 @@ def bls_domain(domain_type: int, fork_version: bytes=b'\x00' * 4) -> int: return bytes_to_int(int_to_bytes(domain_type, length=4) + fork_version) ``` -### Beacon state getters +### Beacon state accessors #### `get_current_epoch`