'beacon state getters' -> ' beacon state accessors'

This commit is contained in:
Danny Ryan 2019-06-30 12:51:13 -05:00
parent 6d5e4da3e0
commit 3ae077a09b
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 2 additions and 2 deletions

View File

@ -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`