From 2800f120253da6f4f2143e7d007a545c43121b11 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 11 May 2017 11:16:05 +0930 Subject: [PATCH] BOLT 8: fix trivial typo. Signed-off-by: Rusty Russell --- 08-transport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08-transport.md b/08-transport.md index 639a786..4968edd 100644 --- a/08-transport.md +++ b/08-transport.md @@ -566,7 +566,7 @@ done: * Let the encrypted length prefix be known as `lc` - * Decrypt `lc` using `ChaCha20-Poy1305`, `rn`, and `rk` to obtain size of + * Decrypt `lc` using `ChaCha20-Poly1305`, `rn`, and `rk` to obtain size of the encrypted packet `l`. * A zero-length byte slice is to be passed as the AD (associated data). * The nonce `rn` MUST be incremented after this step.