mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 01:14:58 -05:00
change SpecialRecord.kind to uint64
This commit is contained in:
@@ -201,7 +201,7 @@ A `SpecialRecord` has the following fields:
|
||||
```python
|
||||
{
|
||||
# Kind
|
||||
'kind': 'uint8',
|
||||
'kind': 'uint64',
|
||||
# Data
|
||||
'data': 'bytes'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user