ci: add markdown linter (#146)

This commit is contained in:
Marko
2020-08-24 11:47:31 +02:00
committed by GitHub
parent c9d3564634
commit efbbc9462f
33 changed files with 942 additions and 895 deletions
+2 -2
View File
@@ -70,13 +70,13 @@ when calculating a bucket.
When placing a peer into a new bucket:
```
```md
hash(key + sourcegroup + int64(hash(key + group + sourcegroup)) % bucket_per_group) % num_new_buckets
```
When placing a peer into an old bucket:
```
```md
hash(key + group + int64(hash(key + addr)) % buckets_per_group) % num_old_buckets
```