diff options
author | Wenbiao Zheng <delweng@gmail.com> | 2018-08-27 16:49:29 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-08-27 16:49:29 +0800 |
commit | d1aa605f1e8639769cdd75bcec3064c29a62b34a (patch) | |
tree | 84d7aba82d7365ca736afa52b66ef100d117afca /cmd/wnode | |
parent | 70398d300d4da97c89f96f5c9629caa327de5c39 (diff) | |
download | go-tangerine-d1aa605f1e8639769cdd75bcec3064c29a62b34a.tar.gz go-tangerine-d1aa605f1e8639769cdd75bcec3064c29a62b34a.tar.zst go-tangerine-d1aa605f1e8639769cdd75bcec3064c29a62b34a.zip |
all: remove the duplicate 'the' in annotations (#17509)
Diffstat (limited to 'cmd/wnode')
-rw-r--r-- | cmd/wnode/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/wnode/main.go b/cmd/wnode/main.go index 31b65c1da..ae79841f6 100644 --- a/cmd/wnode/main.go +++ b/cmd/wnode/main.go @@ -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 |