Skip to content

Commit cdd5a7e

Browse files
committed
cmd/loop: reduce off-chain payment max-fee
1 parent 34d96cb commit cdd5a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/loop/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var (
2525
// the minimum routing fees, which is not very indicative.
2626
maxRoutingFeeBase = btcutil.Amount(10)
2727

28-
maxRoutingFeeRate = int64(50000)
28+
maxRoutingFeeRate = int64(20000)
2929
)
3030

3131
func printRespJSON(resp proto.Message) {

0 commit comments

Comments
 (0)