]> Untitled Git - bdk-cli/commitdiff
test(handlers): drop redundant cfg gate on test module
authorVadim Anufriev <m@vaan.io>
Thu, 7 May 2026 20:53:32 +0000 (00:53 +0400)
committerVadim Anufriev <m@vaan.io>
Wed, 27 May 2026 08:35:26 +0000 (12:35 +0400)
src/handlers.rs

index 8d893b7fb2332946f130d0209f3ed3b2158c9059..a8ae778b8abd21f563f533b059652b14bd51f409 100644 (file)
@@ -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(