Skip to content

Commit

Permalink
Remove unnecessary backticks in derivation.md (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoknee authored Oct 25, 2024
1 parent 3e12955 commit 2abe713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/protocol/fjord/derivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 2abe713

Please sign in to comment.