From cdd5a7eea01ba5e1997e8f4dbd37fedb1b051879 Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Thu, 18 Apr 2019 15:29:39 -0700 Subject: [PATCH] cmd/loop: reduce off-chain payment max-fee --- cmd/loop/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/loop/main.go b/cmd/loop/main.go index 2027394..bb0b969 100644 --- a/cmd/loop/main.go +++ b/cmd/loop/main.go @@ -25,7 +25,7 @@ var ( // the minimum routing fees, which is not very indicative. maxRoutingFeeBase = btcutil.Amount(10) - maxRoutingFeeRate = int64(50000) + maxRoutingFeeRate = int64(20000) ) func printRespJSON(resp proto.Message) {