harness: set AM_THRESHOLD
It's now required by the exchange
This commit is contained in:
parent
cee1b80012
commit
0ee3f94463
@ -1009,6 +1009,8 @@ export class ExchangeService implements ExchangeServiceInterface {
|
||||
static create(gc: GlobalTestState, e: ExchangeConfig) {
|
||||
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(
|
||||
"taler",
|
||||
"currency_round_unit",
|
||||
|
Loading…
Reference in New Issue
Block a user