From 504d9f09b433cec44b7992b8d8d7255760d86aa4 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 1 Nov 2022 17:16:36 +0100 Subject: wallet-core: remove kyc and wad fee --- packages/taler-wallet-core/src/operations/exchanges.ts | 2 -- 1 file changed, 2 deletions(-) (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 63e71c36c..8e68074d5 100644 --- a/packages/taler-wallet-core/src/operations/exchanges.ts +++ b/packages/taler-wallet-core/src/operations/exchanges.ts @@ -270,7 +270,6 @@ async function validateWireInfo( sig: x.sig, startStamp, wireFee: Amounts.parseOrThrow(x.wire_fee), - wadFee: Amounts.parseOrThrow(x.wad_fee), }; let isValid = false; if (ws.insecureTrustExchange) { @@ -323,7 +322,6 @@ async function validateGlobalFees( accountFee: Amounts.parseOrThrow(gf.account_fee), historyFee: Amounts.parseOrThrow(gf.history_fee), purseFee: Amounts.parseOrThrow(gf.purse_fee), - kycFee: Amounts.parseOrThrow(gf.kyc_fee), startDate: gf.start_date, endDate: gf.end_date, signature: gf.master_sig, -- cgit v1.2.3