lnrpc/signrpc: add new gen_protos.sh to generate minimal protos
In this commit, we add a new proto generation script to match the one in the main lnrpc package. This script differs, as we don't need to generate the REST proxy stuff (for now).
This commit is contained in:
parent
bbbdd7f6e9
commit
9f24049bbc
6
lnrpc/signrpc/gen_protos.sh
Executable file
6
lnrpc/signrpc/gen_protos.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
protoc -I/usr/local/include -I. \
|
||||||
|
-I$GOPATH/src \
|
||||||
|
--go_out=plugins=grpc:. \
|
||||||
|
signer.proto
|
Loading…
Reference in New Issue
Block a user