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

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',