Skip to content

Commit

Permalink
ci: add failure (revert it)
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech committed Mar 11, 2022
1 parent 680448b commit c3688e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions proto/lbm/consortium/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ service Query {
rpc ValidatorAuths(QueryValidatorAuthsRequest) returns (QueryValidatorAuthsResponse) {
option (google.api.http).get = "/lbm/consortium/v1/validators";
}

// Test queries authorization infos of validators.
rpc Test(QueryValidatorAuthsRequest) returns (QueryValidatorAuthsResponse) {
option (google.api.http).get = "/lbm/consortium/v1/validators";
}
}

// QueryParamsRequest is the request type for the Query/Params RPC method.
Expand Down

0 comments on commit c3688e1

Please sign in to comment.