From 27dd31ead516fef082417122b8f8ffe6daad976e Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Thu, 14 Jul 2022 23:45:25 +0200 Subject: [PATCH] clightning/feeadjuster: fix typo --- modules/clightning-plugins/feeadjuster.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/clightning-plugins/feeadjuster.nix b/modules/clightning-plugins/feeadjuster.nix index 2ec4859..7e7c905 100644 --- a/modules/clightning-plugins/feeadjuster.nix +++ b/modules/clightning-plugins/feeadjuster.nix @@ -10,7 +10,7 @@ let Enable feeaduster (clightning plugin). This plugin auto-updates channel fees to keep channels balanced. - See here for for all available options: + See here for all available options: https://github.com/lightningd/plugins/blob/master/feeadjuster/feeadjuster.py Extra options can be set via `services.clightning.extraConfig`. '';