forked from TrueCloudLab/frostfs-api
[#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:
parent
6d572e78ff
commit
028f9e8c1a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue