rtl: use clnrest
Using `clightning-rest` is no longer supported by rtl.
This commit is contained in:
parent
4e9c153f9c
commit
ad2a128471
3 changed files with 21 additions and 16 deletions
|
|
@ -286,7 +286,7 @@ in {
|
|||
in
|
||||
optional nodes.lnd.enable "lnd" ++
|
||||
optional (nodes.lnd.enable && nodes.lnd.loop) "lightning-loop" ++
|
||||
optional nodes.clightning.enable "clightning-rest";
|
||||
optional nodes.clightning.enable "clightning";
|
||||
};
|
||||
clightning-rest = {
|
||||
id = 30;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue