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 0b56994
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sign/src/network.rs
Original file line number Diff line number Diff line change
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 0b56994

Please sign in to comment.