From 1abbe648d1f7785cb7bb81c72aeaec14ac5a9bf4 Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Wed, 4 May 2022 22:25:40 +0200 Subject: [PATCH] rpc: fix swapserverrpc build --- swapserverrpc/gen_protos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/swapserverrpc/gen_protos.sh b/swapserverrpc/gen_protos.sh index 0ce3a8f..715844c 100755 --- a/swapserverrpc/gen_protos.sh +++ b/swapserverrpc/gen_protos.sh @@ -9,6 +9,7 @@ function generate() { do protoc -I/usr/local/include -I. -I.. \ --go_out . --go_opt paths=source_relative \ + --go-grpc_out . --go-grpc_opt paths=source_relative \ "${file}" done }