summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/transactions.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-13 00:51:30 +0100
committerFlorian Dold <florian@dold.me>2021-01-13 00:51:30 +0100
commit7de5ceaa74a2d0d99bf3699b0818c470d1202dc7 (patch)
tree5fce09345224adbe859e318befd2779702692fae /packages/taler-wallet-core/src/operations/transactions.ts
parent050999a910837f8a5353b1584af2b03bd8dad93d (diff)
downloadwallet-core-7de5ceaa74a2d0d99bf3699b0818c470d1202dc7.tar.gz
wallet-core-7de5ceaa74a2d0d99bf3699b0818c470d1202dc7.tar.bz2
wallet-core-7de5ceaa74a2d0d99bf3699b0818c470d1202dc7.zip
auto format
Diffstat (limited to 'packages/taler-wallet-core/src/operations/transactions.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/transactions.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/taler-wallet-core/src/operations/transactions.ts b/packages/taler-wallet-core/src/operations/transactions.ts
index a862d24ef..c7e6a9c53 100644
--- a/packages/taler-wallet-core/src/operations/transactions.ts
+++ b/packages/taler-wallet-core/src/operations/transactions.ts
@@ -269,9 +269,7 @@ export async function getTransactions(
);
let r0: WalletRefundItem | undefined;
let amountRaw = Amounts.getZero(contractData.amount.currency);
- let amountEffective = Amounts.getZero(
- contractData.amount.currency,
- );
+ let amountEffective = Amounts.getZero(contractData.amount.currency);
for (const rk of Object.keys(pr.refunds)) {
const refund = pr.refunds[rk];
const myGroupKey = `${refund.executionTime.t_ms}`;