gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: -move AML_THRESHOLD option to


From: gnunet
Subject: [taler-wallet-core] branch master updated: -move AML_THRESHOLD option to exchange
Date: Sat, 13 May 2023 20:21:26 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new db0338332 -move AML_THRESHOLD option to exchange
db0338332 is described below

commit db03383325063b9388c7ffa583485c3cff2b25eb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat May 13 20:21:18 2023 +0200

    -move AML_THRESHOLD option to exchange
---
 packages/taler-harness/src/harness/harness.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-harness/src/harness/harness.ts 
b/packages/taler-harness/src/harness/harness.ts
index 0c05ddb2e..b0f411a8c 100644
--- a/packages/taler-harness/src/harness/harness.ts
+++ b/packages/taler-harness/src/harness/harness.ts
@@ -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",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]