Update repair-with-hashes.md (#2756)

This commit is contained in:
Bill Thorp 2019-08-09 16:34:11 -04:00 committed by GitHub
parent 7af05177e2
commit 260f648275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,8 @@ The size of all piece hashes downloaded should be roughly equal to a default max
Chunk chunk = 1;
optional PieceHash hash = 2;
optional OrderLimit limit = 3;
}```
}
```
2. Alter the storage node code to populate `PieceHash` and `OrderLimit` when the `OrderLimit` `Action` is `GET_REPAIR`.