summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/integrationtests/harness.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-17 20:08:12 +0100
committerFlorian Dold <florian@dold.me>2021-01-17 20:08:12 +0100
commitf884193b1adf0861f710c6ab1bb94ea2073ade65 (patch)
treebb008a77117e517dc62e4fd81916b69cc064a5de /packages/taler-wallet-cli/src/integrationtests/harness.ts
parente3fa019e1440443775d1ce8d3bf9069aad1855d1 (diff)
downloadwallet-core-f884193b1adf0861f710c6ab1bb94ea2073ade65.tar.gz
wallet-core-f884193b1adf0861f710c6ab1bb94ea2073ade65.tar.bz2
wallet-core-f884193b1adf0861f710c6ab1bb94ea2073ade65.zip
rename taler-helper-crypto-* to taler-exchange-secmod-*
Diffstat (limited to 'packages/taler-wallet-cli/src/integrationtests/harness.ts')
-rw-r--r--packages/taler-wallet-cli/src/integrationtests/harness.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/harness.ts b/packages/taler-wallet-cli/src/integrationtests/harness.ts
index 3434b5e71..b6b82213d 100644
--- a/packages/taler-wallet-cli/src/integrationtests/harness.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/harness.ts
@@ -1110,13 +1110,13 @@ export class ExchangeService implements ExchangeServiceInterface {
);
this.helperCryptoEddsaProc = this.globalState.spawnService(
- "taler-helper-crypto-eddsa",
+ "taler-exchange-secmod-eddsa",
["-c", this.configFilename, "-LDEBUG", ...this.timetravelArgArr],
`exchange-crypto-eddsa-${this.name}`,
);
this.helperCryptoRsaProc = this.globalState.spawnService(
- "taler-helper-crypto-rsa",
+ "taler-exchange-secmod-rsa",
["-c", this.configFilename, "-LDEBUG", ...this.timetravelArgArr],
`exchange-crypto-rsa-${this.name}`,
);