We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9d68e commit 64da25bCopy full SHA for 64da25b
src/types.rs
@@ -393,7 +393,7 @@ pub struct PeerDetails {
393
///
394
/// Currently only IPv4, IPv6, and DNS hostnames are supported.
395
#[derive(Debug, Clone, PartialEq, Eq)]
396
-pub struct NetAddress(LdkNetAddress);
+pub struct NetAddress(pub LdkNetAddress);
397
398
impl Display for NetAddress {
399
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
0 commit comments