gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: aml_threshold is dead


From: gnunet
Subject: [taler-exchange] branch master updated: aml_threshold is dead
Date: Wed, 31 Jul 2024 14:23:46 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 0c65a709d aml_threshold is dead
0c65a709d is described below

commit 0c65a709dd6bdd21fe0e76d6cc6599a77adca488
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 31 14:23:43 2024 +0200

    aml_threshold is dead
---
 src/exchange/exchange.conf               | 10 ----------
 src/exchange/taler-exchange-aggregator.c | 16 ----------------
 2 files changed, 26 deletions(-)

diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf
index ce471a292..cc534de1a 100644
--- a/src/exchange/exchange.conf
+++ b/src/exchange/exchange.conf
@@ -6,10 +6,6 @@
 # This must be adjusted to your actual installation.
 # MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
 
-# Must be set to the threshold above which transactions
-# are flagged for AML review.
-# AML_THRESHOLD =
-
 # How many digits does the currency use by default on displays.
 # Hint provided to wallets. Should be 2 for EUR/USD/CHF,
 # and 0 for JPY. Default is 2 as that is most common.
@@ -20,12 +16,6 @@
 # capitals (like at gas stations) when present.
 CURRENCY_FRACTION_DIGITS = 2
 
-# Specifies a program (binary) to run on KYC attribute data to decide
-# whether we should immediately flag an account for AML review.
-# The KYC attribute data will be passed on standard-input.
-# Return non-zero to trigger AML review of the new user.
-KYC_AML_TRIGGER = true
-
 # Attribute encryption key for storing attributes encrypted
 # in the database. Should be a high-entropy nonce.
 ATTRIBUTE_ENCRYPTION_KEY = SET_ME_PLEASE
diff --git a/src/exchange/taler-exchange-aggregator.c 
b/src/exchange/taler-exchange-aggregator.c
index fd2318c68..ab65829d5 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -149,12 +149,6 @@ struct Shard
  */
 static struct TALER_Amount currency_round_unit;
 
-/**
- * What is the largest amount we transfer before triggering
- * an AML check?
- */
-static struct TALER_Amount aml_threshold;
-
 /**
  * What is the base URL of this exchange?  Used in the
  * wire transfer subjects so that merchants and governments
@@ -307,16 +301,6 @@ parse_aggregator_config (void)
                 "Need non-zero amount in section `taler' under 
`CURRENCY_ROUND_UNIT'\n");
     return GNUNET_SYSERR;
   }
-  if (GNUNET_OK !=
-      TALER_config_get_amount (cfg,
-                               "exchange",
-                               "AML_THRESHOLD",
-                               &aml_threshold))
-  {
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "Need amount in section `exchange' under `AML_THRESHOLD'\n");
-    return GNUNET_SYSERR;
-  }
 
   if (NULL ==
       (db_plugin = TALER_EXCHANGEDB_plugin_load (cfg)))

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