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

Commit

Permalink
fix(wallet): correctly set maxParts from config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Jul 13, 2020
1 parent f9bf11a commit edda5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/reducers/payment/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export const payInvoice = ({
allowSelfPayment: paymentOptions.allowSelfPayment,
timeoutSeconds: paymentOptions.timeoutSeconds,
feeLimitSat: paymentOptions.feeLimit,
maxParts: paymentOptions.feeLimit,
maxParts: paymentOptions.maxParts,
paymentId,
}

Expand Down

0 comments on commit edda5a9

Please # to comment.