From 2abe713a866d6e6d7bf55fbb9a5c0b8c36e67e04 Mon Sep 17 00:00:00 2001 From: George Knee Date: Fri, 25 Oct 2024 01:30:34 +0100 Subject: [PATCH] Remove unnecessary backticks in derivation.md (#441) --- specs/protocol/fjord/derivation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/protocol/fjord/derivation.md b/specs/protocol/fjord/derivation.md index 52e9d041d..fa43f4204 100644 --- a/specs/protocol/fjord/derivation.md +++ b/specs/protocol/fjord/derivation.md @@ -132,7 +132,7 @@ algorithms, with the [legacy channel format][legacy-channel-format] remaining su versioned format is as follows: ```text -channel_encoding = `channel_version_byte ++ compress(rlp_batches)` +channel_encoding = channel_version_byte ++ compress(rlp_batches) ``` The `channel_version_byte` must never have its 4 lower order bits set to `0b1000 = 8` or `0b1111 =