This commit is contained in:
Danny Ryan 2019-08-01 13:45:07 -06:00 committed by Hsiao-Wei Wang
parent 6560bc42d2
commit 0fa4491c41
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4
1 changed files with 0 additions and 1 deletions

View File

@ -534,7 +534,6 @@ class BeaconState(Container):
previous_justified_checkpoint: Checkpoint # Previous epoch snapshot
current_justified_checkpoint: Checkpoint
finalized_checkpoint: Checkpoint
# @persistent_committee_fields
```