mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-11 13:39:25 +00:00
Test handling of DKG commitments transactions
This commit is contained in:
@@ -14,6 +14,8 @@ pub use chain::*;
|
||||
|
||||
mod tx;
|
||||
|
||||
mod dkg;
|
||||
|
||||
fn random_u32<R: RngCore>(rng: &mut R) -> u32 {
|
||||
u32::try_from(rng.next_u64() >> 32).unwrap()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user