Skip to content

Commit

Permalink
chore: Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: candida-d <[email protected]>
  • Loading branch information
jeremyletang and candida-d committed Oct 19, 2024
1 parent 44328a2 commit e763a1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion datanode/gateway/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
2 changes: 1 addition & 1 deletion protos/sources/vega/vega.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion protos/vega/vega.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e763a1f

Please sign in to comment.