aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/exchanges.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-02-23 16:07:14 +0100
committerFlorian Dold <florian@dold.me>2023-02-23 16:07:14 +0100
commit582b6ae5f4139cd1be8096dd59371430455bbeef (patch)
treebe4a0f36e05726950f929e7a73b51cd1d3339b9a /packages/taler-wallet-core/src/operations/exchanges.ts
parentdd9e4555baf3b98478e9ad2b0edf81ea81add5e2 (diff)
downloadwallet-core-582b6ae5f4139cd1be8096dd59371430455bbeef.tar.xz
wallet-core: report correct amountEffective in peer-pull-credit even before withdrawal is active
Diffstat (limited to 'packages/taler-wallet-core/src/operations/exchanges.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/exchanges.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/operations/exchanges.ts b/packages/taler-wallet-core/src/operations/exchanges.ts
index 457344e06..8a98c8299 100644
--- a/packages/taler-wallet-core/src/operations/exchanges.ts
+++ b/packages/taler-wallet-core/src/operations/exchanges.ts
@@ -260,6 +260,7 @@ async function validateWireInfo(
throw Error("exchange acct signature invalid");
}
}
+ logger.trace("account validation done");
const feesForType: WireFeeMap = {};
for (const wireMethod of Object.keys(wireInfo.fees)) {
const feeList: WireFee[] = [];