clear up a comment in AttestationSignedData

This commit is contained in:
Danny Ryan 2018-10-05 12:05:09 -04:00 committed by GitHub
parent d6395fa678
commit d495b0ec4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ An `AttestationSignedData` has the following fields:
'parent_hashes': ['hash32'],
# Shard block hash
'shard_block_hash': 'hash32',
# Slot of last justified block
# Slot of last justified block referenced in the attestation
'justified_slot': 'int64'
}
```