Skip to content

Commit 840ab11

Browse files
committed
Remove extraneous line changes
1 parent 479070d commit 840ab11

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightning/src/ln/channel.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4469,7 +4469,6 @@ impl<Signer: Sign> Writeable for Channel<Signer> {
44694469
self.counterparty_shutdown_scriptpubkey.write(writer)?;
44704470

44714471
self.commitment_secrets.write(writer)?;
4472-
44734472
Ok(())
44744473
}
44754474
}
@@ -5587,5 +5586,4 @@ mod tests {
55875586
assert_eq!(chan_utils::derive_private_revocation_key(&secp_ctx, &per_commitment_secret, &base_secret).unwrap(),
55885587
SecretKey::from_slice(&hex::decode("d09ffff62ddb2297ab000cc85bcb4283fdeb6aa052affbc9dddcf33b61078110").unwrap()[..]).unwrap());
55895588
}
5590-
55915589
}

0 commit comments

Comments
 (0)