deb
This commit is contained in:
parent
b959f04652
commit
7e260af2d8
1 changed files with 1 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ export default class {
|
|||
case Types.UserOperationType.OUTGOING_TX:
|
||||
throw new Error("Sending a transaction is not supported")
|
||||
case Types.UserOperationType.OUTGOING_INVOICE:
|
||||
console.log("fee fixed limit", this.settings.getSettings().lndSettings.feeFixedLimit)
|
||||
const fee = this.getInvoicePaymentServiceFee(amount, appUser)
|
||||
return Math.max(fee, this.settings.getSettings().lndSettings.feeFixedLimit)
|
||||
case Types.UserOperationType.OUTGOING_USER_TO_USER:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue