Skip to content

Commit 0b551d7

Browse files
authored
caps/les.md: fix the the (#224)
1 parent bd17dac commit 0b551d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

caps/les.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ the generated vectors in a trie. Parts of this trie can be retrieved with the
7676
[GetHelperTrieProofs] message. Currently the trie root is part of the trusted syncing
7777
checkpoint but trustless validation of the BloomBits trie is part of the development
7878
plans. The trie consists of the compressed bit vectors as values stored at keys
79-
constructed from the the bloom bit index encoded as a 2-byte big endian, followed by the
79+
constructed from the bloom bit index encoded as a 2-byte big endian, followed by the
8080
section index encoded as an 8-byte big endian. Since all-zero bit vectors have a zero
8181
length when compressed, these vectors are not added to the trie at all.
8282

@@ -85,7 +85,7 @@ adding the vectors belonging to the latest section index to the previous trie.
8585

8686
## Client Side Flow Control
8787

88-
Any node which takes on a server role in the the LES protocol needs to be able to somehow
88+
Any node which takes on a server role in the LES protocol needs to be able to somehow
8989
limit the amount of work it does for each client peer during a given time period. They can
9090
always just serve requests slowly if they are overloaded, but it is beneficial to give
9191
some sort of flow control feedback to the clients. This way, clients could (and would have

0 commit comments

Comments
 (0)