[#274] reputation: Recompile proto files

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-04-22 09:32:55 +03:00 committed by Alex Vanin
parent 5a507e0d1b
commit 1076478b29
2 changed files with 7 additions and 0 deletions

View file

@ -60,6 +60,13 @@ func (x *SendLocalTrustResponse) SetVerifyHeader(v *session.ResponseVerification
}
}
// SetEpoch sets epoch in which the intermediate trust was assessed.
func (x *SendIntermediateResultRequest_Body) SetEpoch(v uint64) {
if x != nil {
x.Epoch = v
}
}
// SetIteration sets sequence number of the iteration.
func (x *SendIntermediateResultRequest_Body) SetIteration(v uint32) {
if x != nil {

Binary file not shown.