update recently_changed flag comment

This commit is contained in:
Danny Ryan 2018-10-16 16:22:05 -05:00 committed by GitHub
parent 8e8eed23f3
commit 7945ce58d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ A `CrosslinkRecord` has the following fields:
```python
{
# Flag indicating a recent validator set change
# Flag indicating if crosslink was updated since most recent validator change
'recently_changed': 'bool',
# Slot number
'slot': 'int64',