Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(lnd): increasing default fee limit to 5000 sats
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed May 14, 2020
1 parent 6a338d4 commit 49cea65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ module.exports = {

payments: {
timeout: 30, // Upper limit on the amount of time (s) we should spend when attempting to probe a payment
feeLimit: 1000, // Upper limit on the routing fees we should accept when sending payment without a limit
feeLimit: 5000, // Upper limit on the routing fees we should accept when sending payment without a limit
probeTimeout: 30, // Upper limit on the amount of time (s) we should spend when attempting to send a payment
probeFeeLimit: 1000, // Upper limit on the routing fees we want to consider in payment probes
probeFeeLimit: 5000, // Upper limit on the routing fees we want to consider in payment probes
},

autopay: {
Expand Down

0 comments on commit 49cea65

Please # to comment.