Skip to content

Commit 978f3df

Browse files
Shannon Appelclinerustyrussell
Shannon Appelcline
authored andcommitted
Fix from lightning#306
Added fix for duplicate word courtesy of @dimitris-t in lightning#306.
1 parent 130bc5d commit 978f3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

08-transport.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ The *maximum* size of _any_ Lightning message MUST NOT exceed `65535` bytes. A
411411
maximum size of `65535` simplifies testing, makes memory management
412412
easier, and helps mitigate memory-exhaustion attacks.
413413

414-
In order to make make traffic analysis more difficult, the length prefix for
414+
In order to make traffic analysis more difficult, the length prefix for
415415
all encrypted Lightning messages is also encrypted. Additionally a
416416
16-byte `Poly-1305` tag is added to the encrypted length prefix in order to ensure
417417
that the packet length hasn't been modified when in-flight and also to avoid

0 commit comments

Comments
 (0)