From f98478fb6d6ee8f77e2b5e9e980b5d2a80769224 Mon Sep 17 00:00:00 2001 From: Zohar Etzioni Date: Wed, 1 May 2024 17:29:35 +0100 Subject: [PATCH] chore: Update protos/sources/vega/events/v1/events.proto Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com> --- protos/sources/vega/events/v1/events.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/sources/vega/events/v1/events.proto b/protos/sources/vega/events/v1/events.proto index 50d085f0210..5568558309f 100644 --- a/protos/sources/vega/events/v1/events.proto +++ b/protos/sources/vega/events/v1/events.proto @@ -1140,7 +1140,7 @@ message TeamMemberStats { message GamePartyScore { // The party ID. string party = 1; - // The current score in the game. + // Party's current score in the game. string score = 2; // The current staking balance of the party. Only populated if the game has a requirement for it. string staking_balance = 3;