update recently_changed flag comment
This commit is contained in:
parent
8e8eed23f3
commit
7945ce58d5
|
@ -243,7 +243,7 @@ A `CrosslinkRecord` has the following fields:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
{
|
{
|
||||||
# Flag indicating a recent validator set change
|
# Flag indicating if crosslink was updated since most recent validator change
|
||||||
'recently_changed': 'bool',
|
'recently_changed': 'bool',
|
||||||
# Slot number
|
# Slot number
|
||||||
'slot': 'int64',
|
'slot': 'int64',
|
||||||
|
|
Loading…
Reference in New Issue