diff --git a/round-based-tests/tests/rounds.rs b/round-based-tests/tests/rounds.rs index a0c52b0..00403d6 100644 --- a/round-based-tests/tests/rounds.rs +++ b/round-based-tests/tests/rounds.rs @@ -3,6 +3,7 @@ use std::convert::Infallible; use futures::{sink, stream, Sink, Stream}; use hex_literal::hex; use matches::assert_matches; +use rand_chacha::rand_core::SeedableRng; use random_generation_protocol::{ protocol_of_random_generation, CommitMsg, DecommitMsg, Error, Msg,