summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/tip.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-13 15:15:01 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-13 15:15:01 +0530
commit599c8380f23584c24633927cafe8277fb9e41579 (patch)
tree16c9728fadcb7ea1ee150ced0d74240fa09152b4 /packages/taler-wallet-core/src/operations/tip.ts
parent61ee1efbe9b31062c5bdf890e9b86c631c5d9b2b (diff)
downloadwallet-core-599c8380f23584c24633927cafe8277fb9e41579.tar.gz
wallet-core-599c8380f23584c24633927cafe8277fb9e41579.tar.bz2
wallet-core-599c8380f23584c24633927cafe8277fb9e41579.zip
make withdrawal requests sequentially, clean up withdrawal logic a bit
Diffstat (limited to 'packages/taler-wallet-core/src/operations/tip.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/tip.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/tip.ts b/packages/taler-wallet-core/src/operations/tip.ts
index d6768bdb6..84cfa570a 100644
--- a/packages/taler-wallet-core/src/operations/tip.ts
+++ b/packages/taler-wallet-core/src/operations/tip.ts
@@ -281,6 +281,7 @@ async function processTipImpl(
coinIdx: i,
withdrawalDone: false,
withdrawalGroupId: withdrawalGroupId,
+ lastError: undefined,
};
planchets.push(planchet);
}
@@ -294,7 +295,6 @@ async function processTipImpl(
timestampStart: getTimestampNow(),
withdrawalGroupId: withdrawalGroupId,
rawWithdrawalAmount: tipRecord.amount,
- lastErrorPerCoin: {},
retryInfo: initRetryInfo(),
timestampFinish: undefined,
lastError: undefined,