Skip to content

Commit

Permalink
chore: fix fhevm-go-native protobuf compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zk committed Nov 12, 2024
1 parent 8094e07 commit 89eb334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/executor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 89eb334

Please sign in to comment.