change SpecialRecord.kind to uint64

This commit is contained in:
Danny Ryan 2018-11-25 10:41:59 -06:00 committed by GitHub
parent 4d824587bb
commit 2a7103d1f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ A `SpecialRecord` has the following fields:
```python
{
# Kind
'kind': 'uint8',
'kind': 'uint64',
# Data
'data': 'bytes'
}