mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-12 03:34:20 +00:00
Correct typo in heading level
This commit is contained in:
parent
14cfc66c33
commit
f8250b6a1a
@ -76,7 +76,7 @@
|
|||||||
- [`compute_start_slot_at_epoch`](#compute_start_slot_at_epoch)
|
- [`compute_start_slot_at_epoch`](#compute_start_slot_at_epoch)
|
||||||
- [`compute_activation_exit_epoch`](#compute_activation_exit_epoch)
|
- [`compute_activation_exit_epoch`](#compute_activation_exit_epoch)
|
||||||
- [`compute_domain`](#compute_domain)
|
- [`compute_domain`](#compute_domain)
|
||||||
- [`compute_signing_root`](#compute_signing_root)
|
- [`compute_signing_root`](#compute_signing_root)
|
||||||
- [Beacon state accessors](#beacon-state-accessors)
|
- [Beacon state accessors](#beacon-state-accessors)
|
||||||
- [`get_current_epoch`](#get_current_epoch)
|
- [`get_current_epoch`](#get_current_epoch)
|
||||||
- [`get_previous_epoch`](#get_previous_epoch)
|
- [`get_previous_epoch`](#get_previous_epoch)
|
||||||
@ -797,7 +797,7 @@ def compute_domain(domain_type: DomainType, fork_version: Optional[Version]=None
|
|||||||
return Domain(domain_type + fork_version)
|
return Domain(domain_type + fork_version)
|
||||||
```
|
```
|
||||||
|
|
||||||
### `compute_signing_root`
|
#### `compute_signing_root`
|
||||||
|
|
||||||
```python
|
```python
|
||||||
def compute_signing_root(ssz_object: SSZObject, domain: Domain) -> Root:
|
def compute_signing_root(ssz_object: SSZObject, domain: Domain) -> Root:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user