Skip to content

Commit 64da25b

Browse files
committed
f Make inner addr pub
1 parent 3f9d68e commit 64da25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ pub struct PeerDetails {
393393
///
394394
/// Currently only IPv4, IPv6, and DNS hostnames are supported.
395395
#[derive(Debug, Clone, PartialEq, Eq)]
396-
pub struct NetAddress(LdkNetAddress);
396+
pub struct NetAddress(pub LdkNetAddress);
397397

398398
impl Display for NetAddress {
399399
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {

0 commit comments

Comments
 (0)