Skip to content

Commit 39d799d

Browse files
committed
test(handlers): drop redundant cfg gate on test module
1 parent a84473f commit 39d799d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/handlers.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,12 +1755,6 @@ pub fn handle_descriptor_command(
17551755
format_descriptor_output(&result, pretty)
17561756
}
17571757

1758-
#[cfg(any(
1759-
feature = "electrum",
1760-
feature = "esplora",
1761-
feature = "cbf",
1762-
feature = "rpc"
1763-
))]
17641758
#[cfg(test)]
17651759
mod test {
17661760
#[cfg(any(

0 commit comments

Comments
 (0)