Skip to content

Commit

Permalink
Remove "has no parameters" comments from grpc.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
ghubstan committed Feb 13, 2022
1 parent 0fe850b commit bcfb1cb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions proto/src/main/proto/grpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ message RegisterDisputeAgentRequest {
string registrationKey = 2;
}

/*
* This response has no parameters. (TODO automate generation of "This response has no parameters" comment.)
*/
message RegisterDisputeAgentReply {
}

Expand All @@ -58,9 +55,6 @@ message GetMethodHelpRequest {
string methodName = 1;
}

/*
* This response has no parameters. (TODO automate generation of "This response has no parameters" comment.)
*/
message GetMethodHelpReply {
string methodHelp = 1;
}
Expand Down Expand Up @@ -400,9 +394,6 @@ service ShutdownServer {
}
}

/*
* This request has no parameters. (TODO automate generation of "This response has no parameters" comment.)
*/
message StopRequest {
}

Expand Down Expand Up @@ -716,9 +707,6 @@ message VerifyBsqSentToAddressReply {
bool isAmountReceived = 1;
}

/*
* This request has no parameters. (TODO automate generation of "This response has no parameters" comment.)
*/
message GetTxFeeRateRequest {
}

Expand Down

0 comments on commit bcfb1cb

Please sign in to comment.