clear up a comment in AttestationSignedData
This commit is contained in:
parent
d6395fa678
commit
d495b0ec4f
|
@ -133,7 +133,7 @@ An `AttestationSignedData` has the following fields:
|
||||||
'parent_hashes': ['hash32'],
|
'parent_hashes': ['hash32'],
|
||||||
# Shard block hash
|
# Shard block hash
|
||||||
'shard_block_hash': 'hash32',
|
'shard_block_hash': 'hash32',
|
||||||
# Slot of last justified block
|
# Slot of last justified block referenced in the attestation
|
||||||
'justified_slot': 'int64'
|
'justified_slot': 'int64'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue