mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 19:44:55 -05:00
pr feedback
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user