increase visibility for external integration tests
[rust-lightning] / lightning / src / ln / msgs.rs
index 70bf19f41e0b337dda57b9ca94c02b3b2f8005b8..875354251c5022c760d2ebe301a17478d90e3ea0 100644 (file)
@@ -139,9 +139,10 @@ pub struct FundingSigned {
 
 /// A funding_locked message to be sent or received from a peer
 #[derive(Clone, PartialEq)]
+#[allow(missing_docs)]
 pub struct FundingLocked {
-       pub(crate) channel_id: [u8; 32],
-       pub(crate) next_per_commitment_point: PublicKey,
+       pub channel_id: [u8; 32],
+       pub next_per_commitment_point: PublicKey,
 }
 
 /// A shutdown message to be sent or received from a peer