mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-23 18:02:13 +02:00
modify gRPC
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user