Fixed CLN to CLIGHTNING

This commit is contained in:
Wes van der Vleuten 2022-09-05 19:02:13 +02:00
parent 95cd01d1fa
commit 50ae075b1f
No known key found for this signature in database
GPG Key ID: 3F4AEE796A939039
3 changed files with 4 additions and 4 deletions

View File

@ -403,7 +403,7 @@ Corresponding `docker-compose.yml` overrides:
`mempool-config.json`:
```
"CLN": {
"CLIGHTNING": {
"SOCKET": ""
}
```
@ -412,6 +412,6 @@ Corresponding `docker-compose.yml` overrides:
```
api:
environment:
CLN_SOCKET: ""
CLIGHTNING_SOCKET: ""
...
```

View File

@ -81,7 +81,7 @@
"REST_API_URL": "__LND_REST_API_URL__"
},
"CLIGHTNING": {
"SOCKET": "__CLN_SOCKET__"
"SOCKET": "__CLIGHTNING_SOCKET__"
},
"SOCKS5PROXY": {
"ENABLED": __SOCKS5PROXY_ENABLED__,

View File

@ -105,7 +105,7 @@ __LND_MACAROON_PATH__=${LND_MACAROON_PATH:=""}
__LND_REST_API_URL__=${LND_REST_API_URL:="https://localhost:8080"}
# CLN
__CLN_SOCKET__=${CLN_SOCKET:=""}
__CLIGHTNING_SOCKET__=${CLIGHTNING_SOCKET:=""}
mkdir -p "${__MEMPOOL_CACHE_DIR__}"