diff --git a/datanode/gateway/graphql/schema.graphql b/datanode/gateway/graphql/schema.graphql index 5ed40d1bb5..f6b280496e 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 )