Skip to content

Commit cd45baf

Browse files
committed
f lolffst
1 parent 5976793 commit cd45baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/peer_channel_encryptor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ impl PeerChannelEncryptor {
419419
}
420420

421421
/// Encrypts the given message, returning the encrypted version.
422-
/// panics if the length of `message`, once encoded, is greater than65535 or if the Noise
422+
/// panics if the length of `message`, once encoded, is greater than 65535 or if the Noise
423423
/// handshake has not finished.
424424
pub fn encrypt_message<M: wire::Type>(&mut self, message: &M) -> Vec<u8> {
425425
// Allocate a buffer with 2KB, fitting most common messages. Reserve the first 16+2 bytes

0 commit comments

Comments
 (0)