Skip to content

Commit

Permalink
Update services/state/token/account.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Bair <rbair23@users.noreply.github.com>
  • Loading branch information
Neeharika-Sompalli and rbair23 authored Apr 11, 2023
1 parent 1a71497 commit db3e917
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/state/token/account.proto
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ option java_multiple_files = true;

message Account {
/**
* The unique entity number of the account.
* The unique entity number of the account. The shard and realm numbers are implied, based on the network
* this entity came from.
*/
int64 account_number = 1;
/**
Expand Down

0 comments on commit db3e917

Please sign in to comment.