rename taler-helper-crypto-* to taler-exchange-secmod-*

This commit is contained in:
Florian Dold 2021-01-17 20:08:12 +01:00
parent e3fa019e14
commit f884193b1a
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
2 changed files with 4 additions and 4 deletions

View File

@ -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}`,
);

View File

@ -83,8 +83,8 @@ async function createTestEnvironment(
});
exchange.changeConfig((config) => {
config.setString("taler-helper-crypto-eddsa", "lookahead_sign", "20 s");
config.setString("taler-helper-crypto-rsa", "lookahead_sign", "20 s");
config.setString("taler-exchange-secmod-eddsa", "lookahead_sign", "20 s");
config.setString("taler-exchange-secmod-rsa", "lookahead_sign", "20 s");
});
const exchangeBankAccount = await bank.createExchangeAccount(