Skip to content

Commit

Permalink
Changed tag value
Browse files Browse the repository at this point in the history
  • Loading branch information
Venkatachalam Vairavan authored and Venkatachalam Vairavan committed Nov 8, 2023
1 parent f5b3441 commit 9d9c2b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/partition_update.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ package proto;
/**
* If set, the new memo to be associated with the token (UTF-8 encoding max 100 bytes)
*/
google.protobuf.StringValue memo = 5;
google.protobuf.StringValue memo = 3;
}
6 changes: 3 additions & 3 deletions services/token_update.proto
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,13 @@ message TokenUpdateTransactionBody {
* The key which can lock, unlock, or transfer locked tokens in an account. If the Token does not
* currently have a lock key, transaction will resolve to TOKEN_HAS_NO_LOCK_KEY
*/
Key lock_key = 23;
Key lock_key = 16;

/**
* The key which can create, update, and delete partitions of this token type. If the Token does
* not currently have a partition key, transaction will resolve to TOKEN_HAS_NO_PARTITION_KEY
*/
Key partition_key = 24;
Key partition_key = 17;

/**
* The key which can move balances from the token type's supply into any partition of any user,
Expand All @@ -164,5 +164,5 @@ message TokenUpdateTransactionBody {
* If the Token does not currently have a partition move key, transaction will resolve to
* TOKEN_HAS_NO_PARTITION_MOVE_KEY
*/
Key partition_move_key = 25;
Key partition_move_key = 18;
}

0 comments on commit 9d9c2b3

Please sign in to comment.