Skip to content

Commit 17b678d

Browse files
author
Hugh Cunningham
committed
adds extern crate alloc to tests
1 parent 4818a02 commit 17b678d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dkg/round3.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ mod tests {
286286
use crate::dkg::round2;
287287
use crate::error::IronfishFrostError;
288288
use crate::participant::Secret;
289+
extern crate alloc;
289290
use alloc::vec::Vec;
290291
use hex_literal::hex;
291292
use rand::thread_rng;

0 commit comments

Comments
 (0)