diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-05-16 14:17:33 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-05-16 14:17:33 +0200 |
commit | e371d76cfe1b78cd373046ca6be535157e41793c (patch) | |
tree | e882926873b4274e3b96e5429e7444aae6cca114 /src/exchange/taler-exchange-httpd.h | |
parent | 30b953ff0f46a49c1a48b6d0b59d18c4cd30e0c6 (diff) |
add KYC_AML_TRIGGER option (not implemented)
Diffstat (limited to 'src/exchange/taler-exchange-httpd.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd.h b/src/exchange/taler-exchange-httpd.h index e06807b5..24e08772 100644 --- a/src/exchange/taler-exchange-httpd.h +++ b/src/exchange/taler-exchange-httpd.h @@ -103,6 +103,11 @@ extern struct TALER_EXCHANGEDB_Plugin *TEH_plugin; extern char *TEH_currency; /** + * Name of the KYC-AML-trigger evaluation binary. + */ +extern char *TEH_kyc_aml_trigger; + +/** * What is the largest amount we allow a peer to * merge into a reserve before always triggering * an AML check? |