Add cln feeadjuster plugin
This commit is contained in:
parent
ebaa9a3f2e
commit
1054e9a3b1
3 changed files with 82 additions and 0 deletions
|
|
@ -39,6 +39,9 @@ let
|
|||
scriptName = "cl-zmq";
|
||||
extraPkgs = [ twisted txzmq ];
|
||||
};
|
||||
feeadjuster = {
|
||||
description = "Dynamically changes channel fees to keep your channels more balanced";
|
||||
};
|
||||
};
|
||||
|
||||
basePkgs = [ nbPython3Packages.pyln-client ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue