mirror of
https://github.com/aljazceru/plugins.git
synced 2026-01-04 13:54:20 +01:00
rebalance: msatfactor is not a threshold
This commit is contained in:
committed by
Michael Schmoock
parent
267a464293
commit
ad53311d31
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user