Skip to content

Commit

Permalink
fix test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Nov 25, 2024
1 parent 885887a commit 250fb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/electrum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))]
Expand Down

0 comments on commit 250fb9b

Please sign in to comment.