Revert to int24 for committee indices

This commit is contained in:
Justin 2018-10-08 10:30:53 +01:00 committed by GitHub
parent 0c0b7b722e
commit 7ded1077d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,7 +216,7 @@ fields = {
# The shard ID
'shard_id': 'int64',
# Validator indices
'committee': ['int64']
'committee': ['int24']
}
```