From 250fb9b33d990822f06c6b1ef552c0ebd137e93a Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Mon, 25 Nov 2024 11:44:55 +0100 Subject: [PATCH] fix test comment --- tests/electrum.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/electrum.rs b/tests/electrum.rs index bbb62325..8bf14833 100644 --- a/tests/electrum.rs +++ b/tests/electrum.rs @@ -141,7 +141,7 @@ fn test_electrum() -> Result<()> { Ok(()) } -/// Test the Electrum RPC server using an headless Electrum wallet +/// Test the Electrum RPC server using a raw TCP socket /// This only runs on Bitcoin (non-Liquid) mode. #[cfg_attr(not(feature = "liquid"), test)] #[cfg_attr(feature = "liquid", allow(dead_code))]