Skip to content

Commit 893954e

Browse files
authored
Merge pull request #47 from alexbosworth/decrease-max-routing-fee
cmd/loop: reduce off-chain payment max-fee
2 parents c557234 + cdd5a7e commit 893954e

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)