[#56] Fix typos and regenerate docs

Sorry =)

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
Stanislav Bogatyrev 2020-08-18 18:41:25 +03:00
parent 526792324d
commit 762c9762ef
6 changed files with 38 additions and 7 deletions

View file

@ -62,6 +62,9 @@ enum ChecksumType {
// Checksum message
message Checksum {
// Checksum algorithm type
ChecksumType type = 1;
// Checksum itself
bytes sum = 2;
}