all: remove the duplicate 'the' in annotations (#17509)
This commit is contained in:
committed by
Péter Szilágyi
parent
70398d300d
commit
d1aa605f1e
@ -754,7 +754,7 @@ func extractIDFromEnode(s string) []byte {
|
||||
return n.ID[:]
|
||||
}
|
||||
|
||||
// obfuscateBloom adds 16 random bits to the the bloom
|
||||
// obfuscateBloom adds 16 random bits to the bloom
|
||||
// filter, in order to obfuscate the containing topics.
|
||||
// it does so deterministically within every session.
|
||||
// despite additional bits, it will match on average
|
||||
|
Reference in New Issue
Block a user