mirror of
https://github.com/bumi/lnrpc
synced 2026-03-03 06:00:51 +00:00
update GRPC files for v0.15.5-beta
This commit is contained in:
@@ -10,7 +10,7 @@ cd $GOPATH/src/github.com/lightningnetwork/lnd/lnrpc
|
||||
|
||||
echo "Generating Ruby GRPC Service Files"
|
||||
|
||||
PROTOS="rpc.proto walletunlocker.proto **/*.proto"
|
||||
PROTOS="lightning.proto walletunlocker.proto stateservice.proto **/*.proto"
|
||||
|
||||
# generate files for each proto
|
||||
for file in $PROTOS; do
|
||||
|
||||
Reference in New Issue
Block a user