mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-17 21:16:52 +00:00
pr feedback
This commit is contained in:
parent
12619995bb
commit
8fbaa25596
@ -1239,7 +1239,7 @@ def integer_squareroot(n: int) -> int:
|
||||
#### `get_entry_exit_effect_epoch`
|
||||
|
||||
```python
|
||||
def get_entry_exit_effect_epoch(epoch: int) -> int:
|
||||
def get_entry_exit_effect_epoch(epoch: EpochNumber) -> EpochNumber:
|
||||
"""
|
||||
An entry or exit triggered in the ``epoch`` given by the input takes effect at
|
||||
the epoch given by the output.
|
||||
|
Loading…
x
Reference in New Issue
Block a user