[#143] reputation: Change SendIntermediateResultRequest.Body.trust type

Change `trust` field type of `SendIntermediateResultRequest.Body` message to
`PeerToPeerTrust` since `SendIntermediateResult` call transfers the node's
directed trust to the node.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-04-09 10:53:45 +03:00 committed by Alex Vanin
parent 6d572e78ff
commit 028f9e8c1a

View file

@ -72,7 +72,7 @@ message SendIntermediateResultRequest {
uint32 iteration = 1; uint32 iteration = 1;
// Current global trust value computed at the specified iteration. // Current global trust value computed at the specified iteration.
Trust trust = 2; PeerToPeerTrust trust = 2;
} }
// Body of the request message. // Body of the request message.