aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/exchanges.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-05-03 10:01:44 +0200
committerFlorian Dold <florian@dold.me>2023-05-03 10:01:51 +0200
commit1b0bec0363793996eff6483d36b844cfa2381404 (patch)
tree5f62533c0dfcc5d40c8d959e7dc71ce936fbf38b /packages/taler-wallet-core/src/operations/exchanges.ts
parentda519af01fd3920b49a05cb3bebf0a9a6194abfc (diff)
downloadwallet-core-1b0bec0363793996eff6483d36b844cfa2381404.tar.xz
wallet-core: support new exchange wire account signature
Diffstat (limited to 'packages/taler-wallet-core/src/operations/exchanges.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/exchanges.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/operations/exchanges.ts b/packages/taler-wallet-core/src/operations/exchanges.ts
index b5e02e64d..d8fb95755 100644
--- a/packages/taler-wallet-core/src/operations/exchanges.ts
+++ b/packages/taler-wallet-core/src/operations/exchanges.ts
@@ -253,6 +253,9 @@ async function validateWireInfo(
paytoUri: a.payto_uri,
sig: a.master_sig,
versionCurrent,
+ conversionUrl: a.conversion_url,
+ creditRestrictions: a.credit_restrictions,
+ debitRestrictions: a.debit_restrictions,
});
isValid = v;
}