From d746bfe7cc8e72fe6b459d628e7c7b93e3d2085a Mon Sep 17 00:00:00 2001 From: Nick Johnson Date: Fri, 22 Nov 2024 14:27:08 -0800 Subject: [PATCH] Drop comment --- protocol/tests/round_trips.rs | 2 -- 1 file changed, 2 deletions(-) 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(