gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: harness: set AM_THRESHOLD


From: gnunet
Subject: [taler-wallet-core] branch master updated: harness: set AM_THRESHOLD
Date: Sun, 19 Feb 2023 13:36:37 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 0ee3f9446 harness: set AM_THRESHOLD
0ee3f9446 is described below

commit 0ee3f94463273b346cb01aeeeecd912314bdd6ef
Author: Florian Dold <florian@dold.me>
AuthorDate: Sun Feb 19 13:36:01 2023 +0100

    harness: set AM_THRESHOLD
    
    It's now required by the exchange
---
 packages/taler-harness/src/harness/harness.ts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/packages/taler-harness/src/harness/harness.ts 
b/packages/taler-harness/src/harness/harness.ts
index 81dabf348..6168ea0b7 100644
--- a/packages/taler-harness/src/harness/harness.ts
+++ b/packages/taler-harness/src/harness/harness.ts
@@ -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",

-- 
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]