This commit is contained in:
Deirdre Connolly 2020-03-26 22:20:30 -04:00 committed by Deirdre Connolly
parent 9a20b20070
commit 34f4bf05cd
1 changed files with 1 additions and 5 deletions

View File

@ -11,7 +11,7 @@ use std::fmt;
use byteorder::{ByteOrder, LittleEndian};
#[cfg(test)]
use proptest::{array, collection::vec, prelude::*};
use proptest::prelude::*;
#[cfg(test)]
use proptest_derive::Arbitrary;
@ -114,11 +114,7 @@ mod tests {
let receiving_key = ReceivingKey::from(spending_key);
// println!("{}", receiving_key);
let transmission_key = TransmissionKey::from(&receiving_key);
println!("{:?}", transmission_key);
}
}