From e90476582fd60a3af9c95b55ebfa1f97d514c504 Mon Sep 17 00:00:00 2001 From: Jim Newsome Date: Thu, 9 Nov 2023 11:14:42 -0600 Subject: Add missing code block (was missing 1 space of indent) --- proposals/340-packed-and-fragmented.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/proposals/340-packed-and-fragmented.md b/proposals/340-packed-and-fragmented.md index 82adb8e..6c27fcd 100644 --- a/proposals/340-packed-and-fragmented.md +++ b/proposals/340-packed-and-fragmented.md @@ -51,9 +51,11 @@ formats going on at the same time. The new format for a decrypted relay _cell_ will be: - recognized [2 bytes] - digest [14 bytes] - body [509 - 16 = 493 bytes] +```text +recognized [2 bytes] +digest [14 bytes] +body [509 - 16 = 493 bytes] +``` The `recognized` and `digest` fields are computed as before; the only difference is that they occur _before_ the rest of the cell, and that `digest` -- cgit v1.2.3-54-g00ecf