mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
state transition tests: use TreeHashVector
This commit is contained in:
@@ -16,7 +16,7 @@ pub struct ExpectedState {
|
|||||||
pub current_epoch_attestations: Option<Vec<PendingAttestation>>,
|
pub current_epoch_attestations: Option<Vec<PendingAttestation>>,
|
||||||
pub historical_roots: Option<Vec<Hash256>>,
|
pub historical_roots: Option<Vec<Hash256>>,
|
||||||
pub finalized_epoch: Option<Epoch>,
|
pub finalized_epoch: Option<Epoch>,
|
||||||
pub latest_block_roots: Option<Vec<Hash256>>,
|
pub latest_block_roots: Option<TreeHashVector<Hash256>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl ExpectedState {
|
impl ExpectedState {
|
||||||
|
|||||||
Reference in New Issue
Block a user