diff --git a/proto/executor.proto b/proto/executor.proto index 1c7df3d5..2bf7953c 100644 --- a/proto/executor.proto +++ b/proto/executor.proto @@ -3,6 +3,7 @@ syntax = "proto3"; option java_multiple_files = true; option java_package = "io.grpc.fhevmexecutor"; option java_outer_classname = "FhevmExecutor"; +option go_package = "./fhevm"; package fhevm.executor;