File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ FARADAY_URL="https://raw.githubusercontent.com/lightninglabs/faraday"
2020TAPD_URL=" https://raw.githubusercontent.com/lightninglabs/taproot-assets"
2121LIT_URL=" https://raw.githubusercontent.com/lightninglabs/lightning-terminal"
2222
23+ # remove old protos
24+ rm -rf protos
25+
26+ # download new protos
2327curl ${LND_URL} /${LND_RELEASE_TAG} /lnrpc/lightning.proto --create-dirs -o protos/lnd/${LND_RELEASE_TAG} /lightning.proto
2428curl ${LND_URL} /${LND_RELEASE_TAG} /lnrpc/walletunlocker.proto --create-dirs -o protos/lnd/${LND_RELEASE_TAG} /walletunlocker.proto
2529curl ${LND_URL} /${LND_RELEASE_TAG} /lnrpc/autopilotrpc/autopilot.proto --create-dirs -o protos/lnd/${LND_RELEASE_TAG} /autopilotrpc/autopilot.proto
You can’t perform that action at this time.
0 commit comments