rename taler-helper-crypto-* to taler-exchange-secmod-*
This commit is contained in:
parent
e3fa019e14
commit
f884193b1a
@ -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}`,
|
||||
);
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user