removed TestRandom import in beacon_state (lighthouse-246)

This commit is contained in:
thojest 2019-02-25 09:26:43 +01:00
parent cd4346962a
commit 9a892bbdfd

View File

@ -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;