We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130bc5d commit 978f3dfCopy full SHA for 978f3df
08-transport.md
@@ -411,7 +411,7 @@ The *maximum* size of _any_ Lightning message MUST NOT exceed `65535` bytes. A
411
maximum size of `65535` simplifies testing, makes memory management
412
easier, and helps mitigate memory-exhaustion attacks.
413
414
-In order to make make traffic analysis more difficult, the length prefix for
+In order to make traffic analysis more difficult, the length prefix for
415
all encrypted Lightning messages is also encrypted. Additionally a
416
16-byte `Poly-1305` tag is added to the encrypted length prefix in order to ensure
417
that the packet length hasn't been modified when in-flight and also to avoid
0 commit comments