mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
#3134 run cln api with cln_grpc
This commit is contained in:
@@ -178,7 +178,7 @@ if [ "$1" = "update-config" ]; then
|
|||||||
elif [ "${lightning}" == "cl" ]; then
|
elif [ "${lightning}" == "cl" ]; then
|
||||||
|
|
||||||
echo "# CONFIG Web API Lightning --> CL"
|
echo "# CONFIG Web API Lightning --> CL"
|
||||||
sed -i "s/^ln_node=.*/ln_node=cl/g" ./.env
|
sed -i "s/^ln_node=.*/ln_node=cln_grpc/g" ./.env
|
||||||
|
|
||||||
# get hex values of pem files
|
# get hex values of pem files
|
||||||
hexClient=$(xxd -p -c2000 /home/bitcoin/.lightning/bitcoin/client.pem)
|
hexClient=$(xxd -p -c2000 /home/bitcoin/.lightning/bitcoin/client.pem)
|
||||||
|
Reference in New Issue
Block a user