From e763a1fad5b9a079321ef996b2ec31be9b5f3b69 Mon Sep 17 00:00:00 2001 From: Jeremy Letang Date: Sat, 19 Oct 2024 11:11:12 +0100 Subject: [PATCH] chore: Apply suggestions from code review Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com> --- datanode/gateway/graphql/schema.graphql | 2 +- protos/sources/vega/vega.proto | 2 +- protos/vega/vega.pb.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/datanode/gateway/graphql/schema.graphql b/datanode/gateway/graphql/schema.graphql index 1c26ff60dc..3166b84c3c 100644 --- a/datanode/gateway/graphql/schema.graphql +++ b/datanode/gateway/graphql/schema.graphql @@ -4707,7 +4707,7 @@ enum AccountType { ACCOUNT_TYPE_REWARD_AVERAGE_NOTIONAL "Reward account for the eligible entities metric" ACCOUNT_TYPE_REWARD_ELIGIBLE_ENTITIES - "Locked for staking" + "Account for assets that are locked for staking." ACCOUNT_TYPE_LOCKED_FOR_STAKING } diff --git a/protos/sources/vega/vega.proto b/protos/sources/vega/vega.proto index f161d02bf0..77d7d07868 100644 --- a/protos/sources/vega/vega.proto +++ b/protos/sources/vega/vega.proto @@ -971,7 +971,7 @@ enum AccountType { // Reward account for the eligible entities metric. ACCOUNT_TYPE_REWARD_ELIGIBLE_ENTITIES = 33; - // Locked for staking. + // Account for assets that are locked for staking. ACCOUNT_TYPE_LOCKED_FOR_STAKING = 34; // Note: If adding an enum value, add a matching entry in: diff --git a/protos/vega/vega.pb.go b/protos/vega/vega.pb.go index 86a7bc8cf8..df71b08d6c 100644 --- a/protos/vega/vega.pb.go +++ b/protos/vega/vega.pb.go @@ -761,7 +761,7 @@ const ( AccountType_ACCOUNT_TYPE_REWARD_AVERAGE_NOTIONAL AccountType = 32 // Reward account for the eligible entities metric. AccountType_ACCOUNT_TYPE_REWARD_ELIGIBLE_ENTITIES AccountType = 33 - // Locked for staking. + // Account for assets that are locked for staking. AccountType_ACCOUNT_TYPE_LOCKED_FOR_STAKING AccountType = 34 )