Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating comments #260

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/smart_contract_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
/**
Expand Down
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