From 9a892bbdfd7974a302a569de301b47b70d74922a Mon Sep 17 00:00:00 2001 From: thojest Date: Mon, 25 Feb 2019 09:26:43 +0100 Subject: [PATCH] removed TestRandom import in beacon_state (lighthouse-246) --- eth2/types/src/beacon_state.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/eth2/types/src/beacon_state.rs b/eth2/types/src/beacon_state.rs index ccce4bfa7..85b49bf01 100644 --- a/eth2/types/src/beacon_state.rs +++ b/eth2/types/src/beacon_state.rs @@ -13,7 +13,6 @@ use serde_derive::Serialize; use ssz::{hash, Decodable, DecodeError, Encodable, SszStream, TreeHash}; use std::collections::HashMap; use swap_or_not_shuffle::get_permutated_index; -use test_random_derive::TestRandom; mod epoch_cache; mod tests;