diff --git a/reputation/service.proto b/reputation/service.proto index 45363ae..563ed39 100644 --- a/reputation/service.proto +++ b/reputation/service.proto @@ -72,7 +72,7 @@ message SendIntermediateResultRequest { uint32 iteration = 1; // Current global trust value computed at the specified iteration. - Trust trust = 2; + PeerToPeerTrust trust = 2; } // Body of the request message.