From e6ed901626a5219a1d091f4f41654365d2c29531 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 19 Feb 2023 23:13:44 +0100 Subject: wallet-core: various p2p payment fixes --- packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'packages/taler-harness/src') diff --git a/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts b/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts index 80978e726..15b274e6b 100644 --- a/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts +++ b/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts @@ -31,9 +31,7 @@ import { export async function runPeerToPeerPullTest(t: GlobalTestState) { // Set up test environment - const { bank, exchange, merchant } = await createSimpleTestkudosEnvironment( - t, - ); + const { bank, exchange } = await createSimpleTestkudosEnvironment(t); // Withdraw digital cash into the wallet. const wallet1 = new WalletCli(t, "w1"); -- cgit v1.2.3