-move AML_THRESHOLD option to exchange
This commit is contained in:
parent
da93d2ba7e
commit
db03383325
@ -1078,7 +1078,7 @@ export class ExchangeService implements ExchangeServiceInterface {
|
|||||||
const config = new Configuration();
|
const config = new Configuration();
|
||||||
config.setString("taler", "currency", e.currency);
|
config.setString("taler", "currency", e.currency);
|
||||||
// Required by the exchange but not really used yet.
|
// 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(
|
config.setString(
|
||||||
"taler",
|
"taler",
|
||||||
"currency_round_unit",
|
"currency_round_unit",
|
||||||
|
Loading…
Reference in New Issue
Block a user