1
0
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:
2023-03-10 11:02:25 +01:00
parent a1bf3a8516
commit f23e408457
19 changed files with 806 additions and 23 deletions

View File

@@ -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