Skip to content

Commit 1abbe64

Browse files
committed
rpc: fix swapserverrpc build
1 parent a252e2c commit 1abbe64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swapserverrpc/gen_protos.sh

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ function generate() {
99
do
1010
protoc -I/usr/local/include -I. -I.. \
1111
--go_out . --go_opt paths=source_relative \
12+
--go-grpc_out . --go-grpc_opt paths=source_relative \
1213
"${file}"
1314
done
1415
}

0 commit comments

Comments
 (0)