Skip to content

Commit 3c885ef

Browse files
committed
fix DataLossProtect
1 parent 59c1556 commit 3c885ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/ln/msgs.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@ pub struct UpdateFee {
219219
}
220220

221221
#[derive(PartialEq, Clone)]
222-
pub(crate) struct DataLossProtect {
223-
pub(crate) your_last_per_commitment_secret: [u8; 32],
224-
pub(crate) my_current_per_commitment_point: PublicKey,
222+
pub struct DataLossProtect {
223+
pub your_last_per_commitment_secret: [u8; 32],
224+
pub my_current_per_commitment_point: PublicKey,
225225
}
226226

227227
/// A channel_reestablish message to be sent or received from a peer

0 commit comments

Comments
 (0)