From 1b0bec0363793996eff6483d36b844cfa2381404 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 3 May 2023 10:01:44 +0200 Subject: wallet-core: support new exchange wire account signature --- packages/taler-wallet-core/src/operations/exchanges.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/taler-wallet-core/src/operations/exchanges.ts') 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; } -- cgit v1.2.3