diff --git a/protocol/tests/round_trips.rs b/protocol/tests/round_trips.rs index d740a69..aa61132 100644 --- a/protocol/tests/round_trips.rs +++ b/protocol/tests/round_trips.rs @@ -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(