[#56] Fix typos and regenerate docs
Sorry =) Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
526792324d
commit
762c9762ef
6 changed files with 38 additions and 7 deletions
|
@ -62,6 +62,9 @@ enum ChecksumType {
|
|||
|
||||
// Checksum message
|
||||
message Checksum {
|
||||
// Checksum algorithm type
|
||||
ChecksumType type = 1;
|
||||
|
||||
// Checksum itself
|
||||
bytes sum = 2;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue