mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 13:14:59 -05:00
Use Vector struct for recent_block_roots field
Co-authored-by: Paul Hauner <paul@paulhauner.com>
This commit is contained in:
@@ -215,7 +215,7 @@ class BeaconChainData(Container):
|
||||
slot: Slot
|
||||
randao_mix: Bytes32
|
||||
timestamp: uint64
|
||||
recent_block_roots: Sequence[Bytes32]
|
||||
recent_block_roots: Vector[Bytes32, EVM_BLOCK_ROOTS_SIZE]
|
||||
```
|
||||
|
||||
##### `get_application_state`
|
||||
|
||||
Reference in New Issue
Block a user