Skip to content

Commit

Permalink
update send_raw_fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Nov 22, 2023
1 parent e3e3577 commit f3c1782
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/sign/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ impl Network {

#[cfg(test)]
mod tests {
use crate::network::{Network, NodeResponse};
use crate::network::Network;
use ed25519_dalek::Keypair;
use rand_chacha::{rand_core::SeedableRng, ChaCha20Rng};
use rand_core::OsRng;
Expand Down Expand Up @@ -135,8 +135,6 @@ mod tests {

let response = client.send_fragment(fragment_bytes).unwrap();

let resp_json = response.json::<NodeResponse>().unwrap();

println!("{:?}", resp_json);
println!("{:?}", response);
}
}

0 comments on commit f3c1782

Please sign in to comment.