summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-16 19:24:08 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-16 19:24:08 +0200
commitd1992e59839e49c09ff260588b99cb16ce2942d9 (patch)
treedfa94bf7368f6d135bb489c52af77724b8483ecf /src/include
parent95c71daf5ee1954342490feabb6ec6220fa3f3e8 (diff)
downloadexchange-d1992e59839e49c09ff260588b99cb16ce2942d9.tar.gz
exchange-d1992e59839e49c09ff260588b99cb16ce2942d9.tar.bz2
exchange-d1992e59839e49c09ff260588b99cb16ce2942d9.zip
new configuration option: wallet balance threshold
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchange_service.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index d861dbe85..2bfb08547 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -265,6 +265,12 @@ struct TALER_EXCHANGE_Keys
struct GNUNET_TIME_Relative reserve_closing_delay;
/**
+ * Maximum amount a wallet is allowed to hold from
+ * this exchange before it must undergo a KYC check.
+ */
+ struct TALER_Amount wallet_balance_limit_without_kyc;
+
+ /**
* Timestamp indicating the /keys generation.
*/
struct GNUNET_TIME_Absolute list_issue_date;