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

Commit

Permalink
fix(wallet): reduce default lee limit to 100 sats
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Jul 13, 2020
1 parent aa190a4 commit f9bf11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ module.exports = {

payments: {
timeoutSeconds: 30, // Upper limit on the amount of time (s) we should spend when attempting to send a payment.
feeLimit: 5000, // Upper limit on the routing fees we should accept when sending payment without a limit.
feeLimit: 100, // Upper limit on the routing fees we should accept when sending payment without a limit.
maxParts: 10, // The maximum number of partial payments that may be used to send a payment.
allowSelfPayment: true, // If set, circular payments to self are permitted.
},
Expand Down

0 comments on commit f9bf11a

Please sign in to comment.