mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-12 11:44:41 +00:00
Removes defaults from Store to try get CI to pass
This commit is contained in:
parent
3bcddf5e49
commit
d804cb307b
@ -73,8 +73,8 @@ class Store(object):
|
|||||||
states: Dict[Bytes32, BeaconState] = field(default_factory=dict)
|
states: Dict[Bytes32, BeaconState] = field(default_factory=dict)
|
||||||
time: int = 0
|
time: int = 0
|
||||||
latest_targets: Dict[ValidatorIndex, Target] = field(default_factory=dict)
|
latest_targets: Dict[ValidatorIndex, Target] = field(default_factory=dict)
|
||||||
justified_root: Bytes32
|
justified_root: Bytes32 = 0x0
|
||||||
finalized_root: Bytes32
|
finalized_root: Bytes32 = 0x0
|
||||||
```
|
```
|
||||||
|
|
||||||
### Helpers
|
### Helpers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user