mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-12 11:44:41 +00:00
Correct typo in heading level
This commit is contained in:
parent
14cfc66c33
commit
f8250b6a1a
@ -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