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-wallet-core/src/coinSelection.test.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages/taler-wallet-core/src/coinSelection.test.ts') diff --git a/packages/taler-wallet-core/src/coinSelection.test.ts b/packages/taler-wallet-core/src/coinSelection.test.ts index 3d8e24b0c..67cd08652 100644 --- a/packages/taler-wallet-core/src/coinSelection.test.ts +++ b/packages/taler-wallet-core/src/coinSelection.test.ts @@ -140,7 +140,6 @@ test("pay: select one coin to pay with fee", (t) => { const zero = Amounts.zeroOfCurrency(payment.currency); const tally = { amountPayRemaining: payment, - amountWireFeeLimitRemaining: zero, amountDepositFeeLimitRemaining: zero, customerDepositFees: zero, customerWireFees: zero, @@ -176,7 +175,6 @@ test("pay: select one coin to pay with fee", (t) => { t.deepEqual(tally, { amountPayRemaining: Amounts.parseOrThrow("LOCAL:0"), - amountWireFeeLimitRemaining: zero, amountDepositFeeLimitRemaining: zero, customerDepositFees: Amounts.parse("LOCAL:0.1"), customerWireFees: Amounts.parse("LOCAL:0.1"), -- cgit v1.2.3