diff --git a/services/smart_contract_service.proto b/services/smart_contract_service.proto index 776f80ec..b1e46470 100644 --- a/services/smart_contract_service.proto +++ b/services/smart_contract_service.proto @@ -30,7 +30,7 @@ import "response.proto"; import "transaction.proto"; /** - * Transactions and queries for the file service. + * Transactions and queries for the smart contract service. */ service SmartContractService { /** diff --git a/services/token_service.proto b/services/token_service.proto index b521580b..d1dd4f1d 100644 --- a/services/token_service.proto +++ b/services/token_service.proto @@ -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);