diff options
| author | Florian Dold <florian@dold.me> | 2023-02-19 23:13:44 +0100 | 
|---|---|---|
| committer | Florian Dold <florian@dold.me> | 2023-02-19 23:13:44 +0100 | 
| commit | e6ed901626a5219a1d091f4f41654365d2c29531 (patch) | |
| tree | 1dfb2fbc7615ebe6e91621b901bf90968bd98edf /packages/taler-harness/src | |
| parent | 925ef1f410e01323ee24ab9019afcc1713bf07c2 (diff) | |
wallet-core: various p2p payment fixes
Diffstat (limited to 'packages/taler-harness/src')
| -rw-r--r-- | packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts | 4 | 
1 files changed, 1 insertions, 3 deletions
| 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"); | 
