Skip to content

Commit

Permalink
remove link from function behind feature
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Oct 21, 2022
1 parent 68a681e commit 5572f74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zebra-network/src/isolated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ where
/// Transactions sent over this connection can be linked to the sending and receiving IP address
/// by passive internet observers.
///
/// Prefer [`connect_isolated_tor`](tor::connect_isolated_tor) if available.
///
/// Prefer `connect_isolated_tor` if available.
pub fn connect_isolated_tcp_direct(
network: Network,
addr: SocketAddr,
Expand Down

0 comments on commit 5572f74

Please sign in to comment.