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 59c1556 commit 3c885efCopy full SHA for 3c885ef
lightning/src/ln/msgs.rs
@@ -219,9 +219,9 @@ pub struct UpdateFee {
219
}
220
221
#[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,
+pub struct DataLossProtect {
+ pub your_last_per_commitment_secret: [u8; 32],
+ pub my_current_per_commitment_point: PublicKey,
225
226
227
/// A channel_reestablish message to be sent or received from a peer
0 commit comments