Skip to content

Commit

Permalink
Update token_service.proto
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Poorman <[email protected]>
  • Loading branch information
nickpoorman committed Mar 20, 2023
1 parent 3fa0f5e commit a225acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/token_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ service TokenService {
rpc createToken (Transaction) returns (TransactionResponse);

/**
* Updates the account by submitting the transaction
* Updates the token by submitting the transaction
*/
rpc updateToken (Transaction) returns (TransactionResponse);

Expand Down

0 comments on commit a225acc

Please sign in to comment.