From ad53311d31009d6385e726a055e763112a0f6711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1lli=20Zolt=C3=A1n?= Date: Wed, 16 Jun 2021 17:00:07 +0200 Subject: [PATCH] rebalance: msatfactor is not a threshold --- rebalance/rebalance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebalance/rebalance.py b/rebalance/rebalance.py index fee2edf..b53d8ad 100755 --- a/rebalance/rebalance.py +++ b/rebalance/rebalance.py @@ -674,7 +674,7 @@ def rebalancereport(plugin: Plugin): res["rebalanceall_is_running"] = plugin.mutex.locked() res["getroute_method"] = plugin.getroute.__name__ res["maxhops_threshold"] = plugin.maxhops - res["msatfactor_threshold"] = plugin.msatfactor + res["msatfactor"] = plugin.msatfactor res["erringnodes_threshold"] = plugin.erringnodes channels = get_open_channels(plugin) if len(channels) > 1: