[#274] reputation: Adapt converters and encoding methods on messages

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-04-22 10:40:12 +03:00 committed by Alex Vanin
parent 1076478b29
commit 541a56aae1
4 changed files with 38 additions and 1 deletions

View file

@ -109,6 +109,7 @@ func GenerateSendIntermediateResultRequestBody(empty bool) *reputation.SendInter
m := new(reputation.SendIntermediateResultRequestBody)
if !empty {
m.SetEpoch(123)
m.SetIteration(564)
}