We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b55eb9 commit 6011d63Copy full SHA for 6011d63
lightning/src/ln/msgs.rs
@@ -980,11 +980,11 @@ impl std::net::ToSocketAddrs for SocketAddress {
980
(hostname.as_str(), *port).to_socket_addrs()
981
}
982
SocketAddress::OnionV2(..) => {
983
- Err(std::io::Error::new(std::io::ErrorKind::Other, "Resolution of these \
+ Err(std::io::Error::new(std::io::ErrorKind::Other, "Resolution of OnionV2 \
984
addresses is currently unsupported."))
985
986
SocketAddress::OnionV3 { .. } => {
987
+ Err(std::io::Error::new(std::io::ErrorKind::Other, "Resolution of OnionV3 \
988
989
990
0 commit comments