Add cln feeadjuster plugin

This commit is contained in:
elsirion 2022-05-20 09:51:21 +00:00 committed by Erik Arvstedt
parent ebaa9a3f2e
commit 1054e9a3b1
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 82 additions and 0 deletions

View file

@ -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 ];