From 727c0f3d4d92e6fe2e3d1bdf4cb2e00dca01bd52 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 7 Mar 2024 17:53:35 +0100 Subject: wallet-core: get rid of max_wire_fee --- packages/taler-util/src/wallet-types.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'packages/taler-util/src/wallet-types.ts') diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts index 0d2713fdd..599f65731 100644 --- a/packages/taler-util/src/wallet-types.ts +++ b/packages/taler-util/src/wallet-types.ts @@ -291,7 +291,6 @@ interface GetPlanForPaymentRequest extends GetPlanToCompleteOperation { wireMethod: string; ageRestriction: number; maxDepositFee: AmountString; - maxWireFee: AmountString; } // interface GetPlanForTipRequest extends GetPlanForOperationBase { @@ -311,7 +310,6 @@ const codecForGetPlanForPaymentRequest = buildCodecForObject() .property("type", codecForConstString(TransactionType.Payment)) .property("maxDepositFee", codecForAmountString()) - .property("maxWireFee", codecForAmountString()) .build("GetPlanForPaymentRequest"); const codecForGetPlanForPullDebitRequest = @@ -2965,7 +2963,6 @@ export interface WalletContractData { summary: string; summaryI18n: { [lang_tag: string]: string } | undefined; autoRefund: TalerProtocolDuration | undefined; - maxWireFee: AmountString; wireFeeAmortization: number; payDeadline: TalerProtocolTimestamp; refundDeadline: TalerProtocolTimestamp; -- cgit v1.2.3