Skip to content

Commit

Permalink
Fix tests compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed Apr 25, 2024
1 parent 3af24b7 commit 5181e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions round-based-tests/tests/rounds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5181e10

Please sign in to comment.