modify gRPC

This commit is contained in:
/geco
2018-12-23 15:53:03 +01:00
parent f77f77ff45
commit 5d341c18df

View File

@@ -134,7 +134,7 @@ do
# unlock thru REST call # unlock thru REST call
curl -s \ curl -s \
-H "Grpc-Metadata-macaroon: ${macaroonData}" \ -H "Grpc-Metadata-macaroon: ${macaroonData})" \
--cacert /home/bitcoin/.lnd/tls.cert \ --cacert /home/bitcoin/.lnd/tls.cert \
-X POST -d "{\"wallet_password\": \"${walletPasswordBase64}\"}" \ -X POST -d "{\"wallet_password\": \"${walletPasswordBase64}\"}" \
https://localhost:8080/v1/unlockwallet 2>&1 https://localhost:8080/v1/unlockwallet 2>&1