Python syntax highlighted updates

This commit is contained in:
vbuterin 2020-11-16 15:07:40 +08:00 committed by GitHub
parent 1f210fd1f8
commit 97dc916c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ def validate_update(memory: LightClientMemory, update: LightClientUpdate) -> boo
#### `update_memory`
```
```python
def update_memory(memory: LightClientMemory, update: LightClientUpdate) -> None:
memory.header = update.header
epoch = compute_epoch_at_slot(update.header.slot)