mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 09:35:00 -05:00
Removes defaults from Store to try get CI to pass
This commit is contained in:
@@ -73,8 +73,8 @@ class Store(object):
|
||||
states: Dict[Bytes32, BeaconState] = field(default_factory=dict)
|
||||
time: int = 0
|
||||
latest_targets: Dict[ValidatorIndex, Target] = field(default_factory=dict)
|
||||
justified_root: Bytes32 = ZERO_HASH
|
||||
finalized_root: Bytes32 = ZERO_HASH
|
||||
justified_root: Bytes32
|
||||
finalized_root: Bytes32
|
||||
```
|
||||
|
||||
### Helpers
|
||||
|
||||
Reference in New Issue
Block a user