Document that connect_isolated only works on mainnet
Document that connect_isolated only works on mainnet. See #1687.
This commit is contained in:
parent
bf42e468fc
commit
1e156a5d60
|
@ -35,6 +35,10 @@ use crate::{peer, BoxError, Config, Request, Response};
|
||||||
/// connection allows this method to be used with clearnet or Tor transports.
|
/// connection allows this method to be used with clearnet or Tor transports.
|
||||||
///
|
///
|
||||||
/// - `user_agent`: a valid BIP14 user-agent, e.g., the empty string.
|
/// - `user_agent`: a valid BIP14 user-agent, e.g., the empty string.
|
||||||
|
///
|
||||||
|
/// # Bug
|
||||||
|
///
|
||||||
|
/// `connect_isolated` only works on `Mainnet`, see #1687.
|
||||||
pub fn connect_isolated(
|
pub fn connect_isolated(
|
||||||
conn: TcpStream,
|
conn: TcpStream,
|
||||||
user_agent: String,
|
user_agent: String,
|
||||||
|
|
Loading…
Reference in New Issue