diff --git a/api/api.proto b/api/api.proto index 6c85113e38a..8fc2ccbd596 100644 --- a/api/api.proto +++ b/api/api.proto @@ -8,7 +8,7 @@ import "google/api/annotations.proto"; option java_package = "org.tron.api"; //Specify the name of the package that generated the Java file option java_outer_classname = "GrpcAPI"; //Specify the class name of the generated Java file -option go_package = "github.com/tronprotocol/go-client-api/api"; +option go_package = "github.com/tronprotocol/grpc-gateway/api"; service Wallet {