Skip to content

Commit 03f6b98

Browse files
author
Vadim Anufriev
committed
test(handlers): drop redundant cfg gate on test module
1 parent be6bb4b commit 03f6b98

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
@@ -1983,12 +1983,6 @@ pub fn handle_descriptor_command(
19831983
format_descriptor_output(&result, pretty)
19841984
}
19851985

1986-
#[cfg(any(
1987-
feature = "electrum",
1988-
feature = "esplora",
1989-
feature = "cbf",
1990-
feature = "rpc"
1991-
))]
19921986
#[cfg(test)]
19931987
mod test {
19941988
#[cfg(any(

0 commit comments

Comments
 (0)