File tree Expand file tree Collapse file tree
protocol/src/main/protos/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ package protocol;
44
55option java_package = "org.tron.protos" ; //Specify the name of the package that generated the Java file
66option java_outer_classname = "Discover" ; //Specify the class name of the generated Java file
7- option go_package = "github.com/tronprotocol/grpc-gateway/core" ;
87
98message Endpoint {
109 bytes address = 1 ;
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ package protocol;
88
99option java_package = "org.tron.protos" ; //Specify the name of the package that generated the Java file
1010option java_outer_classname = "Protocol" ; //Specify the class name of the generated Java file
11- option go_package = "github.com/tronprotocol/grpc-gateway/core" ;
1211
1312enum AccountType {
1413 Normal = 0 ;
You can’t perform that action at this time.
0 commit comments