Skip to content

Commit

Permalink
Update protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
MlennGarien committed Jun 20, 2024
1 parent d87d7d5 commit c26d2da
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 49 deletions.
42 changes: 21 additions & 21 deletions rpcpb/rpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions rpcpb/rpc.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rpcpb/rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ service ControlService {
};
}

rpc ListBlockchains(ListChainsRequest) returns (ListChainsResponse) {
rpc ListChains(ListChainsRequest) returns (ListChainsResponse) {
option (google.api.http) = {
post: "/v1/control/listchains"
body: "*"
Expand Down
26 changes: 13 additions & 13 deletions rpcpb/rpc_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c26d2da

Please sign in to comment.