Skip to content

Commit fa6428a

Browse files
authored
discv5: correct misleading wording (#204)
1 parent 9741c4e commit fa6428a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discv5/discv5-theory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ XOR of the IDs, taken as the big-endian number.
2020

2121
distance(n₁, n₂) = n₁ XOR n₂
2222

23-
In many situations, the logarithmic distance (i.e. length of common prefix in bits) is
23+
In many situations, the logarithmic distance (i.e. length of differing suffix in bits) is
2424
used in place of the actual distance.
2525

2626
logdistance(n₁, n₂) = log2(distance(n₁, n₂))

0 commit comments

Comments
 (0)