rebalance: msatfactor is not a threshold

This commit is contained in:
Gálli Zoltán
2021-06-16 17:00:07 +02:00
committed by Michael Schmoock
parent 267a464293
commit ad53311d31

View File

@@ -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: