-move AML_THRESHOLD option to exchange

This commit is contained in:
Christian Grothoff 2023-05-13 20:21:18 +02:00
parent da93d2ba7e
commit db03383325
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -1078,7 +1078,7 @@ export class ExchangeService implements ExchangeServiceInterface {
const config = new Configuration();
config.setString("taler", "currency", e.currency);
// Required by the exchange but not really used yet.
config.setString("taler", "aml_threshold", `${e.currency}:1000000`);
config.setString("exchange", "aml_threshold", `${e.currency}:1000000`);
config.setString(
"taler",
"currency_round_unit",