From: Vadim Anufriev Date: Thu, 7 May 2026 20:53:32 +0000 (+0400) Subject: test(handlers): drop redundant cfg gate on test module X-Git-Url: http://internal-gitweb-vhost/blockdata/script/encode/-script/display/struct.ScriptHash.html?a=commitdiff_plain;h=03f6b98d4b0af77fc8a60104a4e1f5cdae3b0c1c;p=bdk-cli test(handlers): drop redundant cfg gate on test module --- diff --git a/src/handlers.rs b/src/handlers.rs index 8d893b7..a8ae778 100644 --- a/src/handlers.rs +++ b/src/handlers.rs @@ -1983,12 +1983,6 @@ pub fn handle_descriptor_command( format_descriptor_output(&result, pretty) } -#[cfg(any( - feature = "electrum", - feature = "esplora", - feature = "cbf", - feature = "rpc" -))] #[cfg(test)] mod test { #[cfg(any(