state transitions tests: check more fields

This commit is contained in:
Michael Sproul
2019-04-03 17:14:11 +11:00
parent b21cc64949
commit 19fad1012f
3 changed files with 28 additions and 8 deletions

View File

@@ -81,7 +81,7 @@ pub struct BeaconState {
// Recent state
pub latest_crosslinks: TreeHashVector<Crosslink>,
latest_block_roots: TreeHashVector<Hash256>,
pub latest_block_roots: TreeHashVector<Hash256>,
latest_state_roots: TreeHashVector<Hash256>,
latest_active_index_roots: TreeHashVector<Hash256>,
latest_slashed_balances: TreeHashVector<u64>,