summaryrefslogtreecommitdiff
path: root/src/operations/pay.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-05-15 16:39:40 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-05-15 16:39:40 +0530
commit79d0c2f928e3b9a73d07f30a9ab63468c5f3634b (patch)
treeb1ab1e53231d0c15a4867984926df2755ad238a7 /src/operations/pay.ts
parent3eb88574bcf327672c34120becfb511eac4e06cd (diff)
downloadwallet-core-79d0c2f928e3b9a73d07f30a9ab63468c5f3634b.tar.gz
wallet-core-79d0c2f928e3b9a73d07f30a9ab63468c5f3634b.tar.bz2
wallet-core-79d0c2f928e3b9a73d07f30a9ab63468c5f3634b.zip
include refund fees in effective refund amount calculation
Diffstat (limited to 'src/operations/pay.ts')
-rw-r--r--src/operations/pay.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/operations/pay.ts b/src/operations/pay.ts
index 20d62dea2..372d012d8 100644
--- a/src/operations/pay.ts
+++ b/src/operations/pay.ts
@@ -456,6 +456,7 @@ async function recordConfirmPay(
refundsDone: {},
refundsFailed: {},
refundsPending: {},
+ refundsRefreshCost: {},
};
await ws.db.runWithWriteTransaction(