From b201c52140134ddefb7b19ad8597f4b6054ebc09 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Wed, 17 Apr 2019 18:07:28 +1000 Subject: [PATCH] state transition tests: use TreeHashVector --- eth2/state_processing/tests/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth2/state_processing/tests/tests.rs b/eth2/state_processing/tests/tests.rs index 6491e255a8..fcd0341584 100644 --- a/eth2/state_processing/tests/tests.rs +++ b/eth2/state_processing/tests/tests.rs @@ -16,7 +16,7 @@ pub struct ExpectedState { pub current_epoch_attestations: Option>, pub historical_roots: Option>, pub finalized_epoch: Option, - pub latest_block_roots: Option>, + pub latest_block_roots: Option>, } impl ExpectedState {