mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 20:05:33 -05:00
Get rid of redundant recent_block_hashes entry
This commit is contained in:
@@ -157,8 +157,6 @@ The `ActiveState` has the following fields:
|
||||
|
||||
```python
|
||||
{
|
||||
# Most recent 2 * CYCLE_LENGTH block hashes, oldest to newest
|
||||
'recent_block_hashes': ['hash32'],
|
||||
# Attestations not yet processed
|
||||
'pending_attestations': [AttestationRecord],
|
||||
# Specials not yet been processed
|
||||
|
||||
Reference in New Issue
Block a user