Add cln feeadjuster plugin

This commit is contained in:
elsirion
2022-05-27 11:21:58 +02:00
committed by Erik Arvstedt
parent ebaa9a3f2e
commit 1054e9a3b1
3 changed files with 82 additions and 0 deletions
+3
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 ];