Skip to content

Commit ab7e34f

Browse files
author
Jason Yellick
committed
[FAB-1468] Fix make protos and regen proto files
https://jira.hyperledger.org/browse/FAB-1468 This has been driving me crazy, so submitting a patch to fix. The proto changes were the result of running the normal dockerized make protos. Change-Id: I18c2f7609d09efc8e57b9bb0de1ef6113198c294 Signed-off-by: Jason Yellick <[email protected]>
1 parent 0587bb2 commit ab7e34f

12 files changed

+284
-526
lines changed

core/comm/testdata/grpc/test.pb.go

+24-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/comm/testdata/grpc/test.proto

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ limitations under the License.
1616

1717
syntax = "proto3";
1818

19+
option go_package = "github.com/hyperledger/fabric/core/comm/testdata/grpc";
20+
1921
message Empty {}
2022

2123
service TestService {
2224

2325
rpc EmptyCall(Empty) returns (Empty);
2426

25-
}
27+
}

protos/common/chain-config.pb.go

+27-70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)