mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-03-03 11:40:39 +00:00
Use Vector struct for recent_block_roots field
Co-authored-by: Paul Hauner <paul@paulhauner.com>
This commit is contained in:
parent
f6f36872d8
commit
3fb5f2ec81
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user