Fixed CLN to CLIGHTNING

This commit is contained in:
Wes van der Vleuten
2022-09-05 19:02:13 +02:00
parent 3190144b9c
commit 97e918e212
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: ""
...
```