Skip to content

Commit

Permalink
Drop comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nyonson committed Nov 22, 2024
1 parent a1327a6 commit d746bfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions protocol/tests/round_trips.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ fn regtest_handshake() {
conf.p2p = bitcoind::P2P::Yes;
let bitcoind = bitcoind::BitcoinD::with_conf(exe_path, &conf).unwrap();

println!("{:?}", bitcoind.params);

let mut stream = TcpStream::connect(bitcoind.params.p2p_socket.unwrap()).unwrap();
let mut public_key = [0u8; 64];
let mut handshake = Handshake::new(
Expand Down

0 comments on commit d746bfe

Please sign in to comment.