Review change

Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
This commit is contained in:
Roberto Saltini
2023-06-18 19:07:35 +10:00
committed by GitHub
parent ca1e8161d3
commit 5e3c0107ef

View File

@@ -178,7 +178,7 @@ def get_current_slot(store: Store) -> Slot:
#### `get_current_store_epoch`
```python
def get_current_store_epoch(store: Store) -> Slot:
def get_current_store_epoch(store: Store) -> Epoch:
return compute_epoch_at_slot(get_current_slot(store))
```