clightning-plugins: add commando
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
parent
80312ba9d7
commit
380ec3bb78
@ -23,6 +23,10 @@ let
|
|||||||
+ " --replace pyln-client~=0.9.3 pyln-client~=0.10.1";
|
+ " --replace pyln-client~=0.9.3 pyln-client~=0.10.1";
|
||||||
};
|
};
|
||||||
rebalance = { description = "Keeps your channels balanced"; };
|
rebalance = { description = "Keeps your channels balanced"; };
|
||||||
|
commando = {
|
||||||
|
description = "Enable RPC over lightning";
|
||||||
|
extraPkgs = [ nbPython3Packages.runes ];
|
||||||
|
};
|
||||||
summary = {
|
summary = {
|
||||||
description = "Prints a summary of the node status";
|
description = "Prints a summary of the node status";
|
||||||
extraPkgs = [ packaging requests ];
|
extraPkgs = [ packaging requests ];
|
||||||
|
Loading…
Reference in New Issue
Block a user