Skip to content

Commit

Permalink
chore: remove proto file comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeronimoalbi committed Oct 10, 2023
1 parent a105b6f commit ffb3cf7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions proto/ignite/services/plugin/grpc/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,8 @@ message ExecuteHookCleanUpResponse {}
service ClientAPIService {
// GetChainInfo returns basic chain info for the configured app
rpc GetChainInfo(GetChainInfoRequest) returns (GetChainInfoResponse);

// Dependencies returns the app dependencies.
//rpc Dependencies(DependenciesRequest) returns (DependenciesResponse);
}

message GetChainInfoRequest {}

message GetChainInfoResponse {
Expand Down

0 comments on commit ffb3cf7

Please sign in to comment.