From 8b5d1276b9d9043e85cba91704c908ff544916e0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 30 Apr 2024 11:50:59 +0200 Subject: wallet-core: new states for withdrawal, prepare/confirm requests --- packages/taler-harness/src/integrationtests/test-currency-scope.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/taler-harness') diff --git a/packages/taler-harness/src/integrationtests/test-currency-scope.ts b/packages/taler-harness/src/integrationtests/test-currency-scope.ts index e07a8f47b..058941e16 100644 --- a/packages/taler-harness/src/integrationtests/test-currency-scope.ts +++ b/packages/taler-harness/src/integrationtests/test-currency-scope.ts @@ -18,7 +18,7 @@ * Imports. */ import { Duration, j2s } from "@gnu-taler/taler-util"; -import { Wallet, WalletApiOperation } from "@gnu-taler/taler-wallet-core"; +import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; import { defaultCoinConfig } from "../harness/denomStructures.js"; import { BankService, @@ -30,7 +30,6 @@ import { } from "../harness/harness.js"; import { createWalletDaemonWithClient, - makeTestPaymentV2, withdrawViaBankV2, } from "../harness/helpers.js"; -- cgit v1.2.3