From df27799b33418606624af4cad4f2028ca038d9b6 Mon Sep 17 00:00:00 2001 From: rkfg Date: Sun, 27 Nov 2022 00:38:16 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cd79e0..c64d37a 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Common: earn for routing out of the target channel) --econ-ratio-max-ppm limits the max fee ppm for a rebalance when using econ ratio -F, --fee-limit-ppm don't consider the target channel fee and use this max fee ppm instead (can rebalance at a loss, be careful) - -l, --lost-profit also consider the outbound channel fees when looking for profitable routes so that outbound_fee+inbound_fee < route_fee + -l, --lost-profit also consider the source channel fee when looking for profitable routes so that route_fee < target_fee * econ_ratio - source_fee Node Cache: --node-cache-filename save and load other nodes information to this file, improves cold start performance