Skip to content
Snippets Groups Projects
Commit aff6fa6e authored by honeywest's avatar honeywest
Browse files

delete not used VRFTranscriptValue

parent 30009d9c
Branches
No related merge requests found
...@@ -70,7 +70,6 @@ pub fn make_transcript(data: VRFTranscriptData) -> Transcript { ...@@ -70,7 +70,6 @@ pub fn make_transcript(data: VRFTranscriptData) -> Transcript {
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use super::*; use super::*;
use crate::vrf::VRFTranscriptValue;
use rand::RngCore; use rand::RngCore;
use rand_chacha::{ use rand_chacha::{
rand_core::SeedableRng, rand_core::SeedableRng,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment